Hello, I’m DocuDroid!
Submitting feedback
Thank you for rating our AI Search!
We would be grateful if you could share your thoughts so we can improve our AI Search for you and other readers.
GitHub

END

Commits the current transaction.

Synopsis

END [WORK | TRANSACTION]

Description

END commits the current transaction. All changes made by the transaction become visible to others and are guaranteed to be durable if a crash occurs. This command is a Greengage DB extension that is equivalent to COMMIT.

Parameters

Parameter Description

WORK

Optional keyword. It has no effect

TRANSACTION

Optional keyword. It has no effect

Examples

Commit the current transaction:

END;

Compatibility

END is a Greengage DB extension that provides functionality equivalent to COMMIT, which is specified in the SQL standard.

See also