Finding Postgres resources
With supporting any ERP system, it is important to understand the underlying database architecture. Odoo 10.0 requires Postgres 9.3 or later as the backend database. Here is a list of resources that can help you maintain your Postgres server:
Official Postgres website
While Odoo handles many of the complex database management tasks you would have with other ERP systems, there will be times when the official Postgres website will be useful in maintaining your Odoo installation:
Downloading Postgres
The following links are for downloading Postgres in various configurations:
Postgres documentation
The standard Postgres documentation will be useful when you need to perform operations on your Odoo database.