The PostgreSQL server uses the native PostgreSQL API to access the underlying databases.
To connect to a data source in a PostgreSQL database, you'll need to provide the following information when creating a GDA data source.
GDA Name: the one that more suits your needs
Provider: gda-postgres
DSN: this is a ';'-separated list of options to be passed to the MySQL backend. This includes:
HOST: name of the host on which the backend is running
DATABASE: name of the database to be accessed
LOGIN: the name of the user to connect to the server
PASSWORD: the password to use for the server
OPTIONS: options to be passed to the backend for this connection. Check your PostgreSQL documentation for information on the available options
TTY: terminal (TTY) to be used for the connection
Description: to your choice
Configurator: None