Commits the current transaction.
END [WORK | TRANSACTION]
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 Greenplum Database extension that is equivalent to COMMIT.
Commit the current transaction:
END;
END
is a Greenplum Database extension that provides functionality equivalent to COMMIT, which is specified in the SQL standard.
Parent topic: SQL Command Reference