# PostgreSQL Cookbook

This cookbook installs and configures the PostgreSQL database software. It
defines a number of providers that can be used in other cookbooks:

* database: For managing databases.
* execute: For running commands against the database.
* extension: For installing extensions.
* table: For managing database tables.
* user: For managing database users.
* tablespace: For managing tablespaces.
