Skip to main content

PostgreSQL

Supported versions of PostgreSQL

Data Hub supports connections to PostgreSQL version 9.0 to 9.4 source databases. Later versions may also work.

Connect to the data source

Define settings to connect to a PostgreSQL data source.

  • Host - The name of the PostgreSQL host. It can be just the host name if the PostgreSQL server is on the same network as the Data Hub server. Alternatively, a fully-qualified domain name (FQDN) can be used.

  • Database - The name of the PostgreSQL database to access.

  • User Name - The user name you use to connect to the PostgreSQL database specified in the previous item.

  • Password - The password for the user name specified in the previous item.