For MSSQL or PostgreSQL installations, each connection to a database server instance requires a data source connection to either the master database (MSSQL) or the postgres database (PostgreSQL).
Specify the ODBC driver setup for the postgres database:
Open the .odbc.ini configuration file and add an entry for the PostgreSQL postgres data source:
[PG.MASTER] Driver = <driver-name> Servername = <server-name> port = <port-no> Database = postgres
where: