Skip to main content

Execute a query in PostgreSQL

Execute a query in a PostgreSQL database.

Application

  • PostgreSQL

Inputs (what you have)

NameDescriptionData TypeRequired?Example
PostgreSQL connected accountThe credentials for the PostgreSQL serverConnected AccountYes
QueryThe SQL query to executeText (Long)YesSELECT * FROM users;'

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Server messageMessage from the server regarding the executed queryText (Long)No
Output JSONJSON output returned by the APIText (Long)No
Total number of rowsNumber of rows returned as part of the queryNumberNo

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A