PostgreSQL is a powerful, open source object-relational database system.
Parameter | Required | Description |
---|---|---|
Name | Yes | A unique identifier for your PostgreSQL source |
Host | Yes | The hostname or IP address of your PostgreSQL server |
Port | Yes | The port number on which PostgreSQL is running (default: 5432) |
Database Name | Yes | The name of the database you want to connect to |
Schema Name | No | Optional schema name (if different from the default ‘public’ schema) |
User | Yes | Username with appropriate permissions to access the database |
Password | Yes | Password for the specified user |
SELECT
- For reading data from tablesUSAGE
- For accessing schemasCONNECT
- For connecting to the database