END
END
Description
END is a PostgreSQL extension, and is a synonym for the SQL92-compatible COMMIT.
Notes
The keywords WORK and TRANSACTION are noise and can be omitted.
Use ROLLBACK to abort a transaction.
END is a PostgreSQL extension, and is a synonym for the SQL92-compatible COMMIT.
The keywords WORK and TRANSACTION are noise and can be omitted.
Use ROLLBACK to abort a transaction.