PostgreSQL - Begin transaction
PostgreSQL - Begin transaction
Begins a transaction on a PostgreSQL connection. Every operation run after this action is part of the transaction and is only persisted when the PostgreSQL: Commit a transaction action runs. If something goes wrong, use PostgreSQL: Rollback a transaction to undo every change.
Options
Connection
Reference to the PostgreSQL: Connection action the transaction will be started on.
Returns
This action has no returns.
Rules and Conditions
- The Connection field is required.
- After beginning the transaction, use PostgreSQL: Commit a transaction to confirm or PostgreSQL: Rollback a transaction to undo the changes.