|
ENDNameEND — Commits the current transactionEND [ WORK | TRANSACTION ] Inputs
Outputs
DescriptionEND is a Postgres extension, and is a synonym for the SQL92-compatible COMMIT. NotesThe keywords WORK and TRANSACTION are noise and can be omitted. Use ROLLBACK to abort a transaction. UsageTo make all changes permanent: END WORK; CompatibilitySQL92END is a PostgreSQL extension which provides functionality equivalent to COMMIT. |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |