Skip to main content

Postgres

SQL commands targeting a Postgres database instance.

Types: postgres

Configuration

NameRequiredDescription
PG_HOSTyesThe Postgres database hostname. No formatting or port numbers, just the hostname.
PG_DByesThe name of the Postgres database
PG_USERyesThe database username
PG_PASSyesThe database password
PG_PORTnoDefaults to 5432
FIELD_SEPARATORnoDefaults to tab for postgres and to , for postgres-csv
PGSSLMODEnoDefaults to prefer
PGSSLKEYnoSSL certificate in PEM format encoded as base64
PGSSLCERTnoSSL certificate in PEM format encoded as base64
PGSSLROOTCERTnoSSL certificate authority (CA) in PEM format encoded as base64