Skip to content

PostgreSQL Connection

Connect to a PostgreSQL database server to use PostgreSQL Query, Insert, Update, and Delete nodes in your workflows.

Configuration

FieldDescriptionRequired
HostPostgreSQL server hostname or IP addressYes
PortPostgreSQL port (default: 5432)Yes
DatabaseDatabase name to connect toYes
UsernamePostgreSQL userYes
PasswordPostgreSQL passwordYes

Usage

Once created, this connection becomes available in all PostgreSQL nodes:

  • PostgreSQL Query
  • PostgreSQL Insert
  • PostgreSQL Update
  • PostgreSQL Delete

TIP

Ensure the PostgreSQL user has appropriate privileges (SELECT, INSERT, UPDATE, DELETE) on the target tables.