Postgresql 中文操作指南
Description
END 提交当前事务。由事务所做的所有更改对其他人都会可见,并且如果系统崩溃,则保证这些更改持久有效。此命令是等效于 COMMIT 的 PostgreSQL 扩展。
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 PostgreSQL extension that is equivalent to COMMIT.
Parameters
-
WORK__TRANSACTION
-
Optional key words. They have no effect.
-
-
AND CHAIN
-
If AND CHAIN is specified, a new transaction is immediately started with the same transaction characteristics (see SET TRANSACTION) as the just finished one. Otherwise, no new transaction is started.
-