Skip to main content
PostgreSQL

PostgreSQL - Commit a transaction

PostgreSQL - Commit a transaction

Confirms (commits) every operation performed inside a PostgreSQL transaction begun with PostgreSQL: Begin transaction. After the commit, the changes are permanently persisted in the database.


Options

Connection

Reference to the PostgreSQL: Connection action whose transaction will be committed.

Returns

This action has no returns.

Rules and Conditions

  • The Connection field is required.
  • It must be used after a PostgreSQL: Begin transaction action.
  • Every change made since the transaction began will be persisted.