3 This cookbook installs and configures the PostgreSQL database software. It
 
   4 defines a number of providers that can be used in other cookbooks:
 
   6 * database: For managing databases.
 
   7 * execute: For running commands against the database.
 
   8 * extension: For installing extensions.
 
   9 * munin: For configuring munin plugins for a given database name.
 
  10 * table: For managing database tables.
 
  11 * user: For managing database users.
 
  12 * tablespace: For managing tablespaces.