Skip to main content

PostgreSQL

Databases

Connect to PostgreSQL to read or write tables. Standard host + port + database + user + password.

Authentication

  • Password: host + port (default 5432) + database + user + password.
  • SSL mode is configurable in the connection's advanced settings.

Supported actions

  • Source, Load (Append/Replace/Merge), SQL, DB Script.

Setup reference

For provider-side setup (OAuth apps, redirect URIs, tenant-side permissions), follow the File hub setup guide and the Connections guide.