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. It is a PostgreSQL extension that is equivalent to COMMIT.
Message returned if the transaction was successfully committed.
Message if there is no transaction in progress.
END is a PostgreSQL extension that provides functionality equivalent to COMMIT, which is specified in the SQL standard.