SHOW TRANSACTION
Synopsis
Use the SHOW TRANSACTION
statement to show the current transaction isolation level.
Syntax
show_transaction ::= SHOW TRANSACTION ISOLATION LEVEL
show_transaction
Semantics
Supports both Serializable and Snapshot Isolation using the PostgreSQL isolation level syntax of SERIALIZABLE
and REPEATABLE READS
respectively. Even READ COMMITTED
and READ UNCOMMITTED
isolation levels are mapped to Snapshot Isolation.
TRANSACTION ISOLATION LEVEL
Show the current transaction isolation level.
The TRANSACTION ISOLATION LEVEL
returned is either SERIALIZABLE
or REPEATABLE READS
. In YugabyteDB, the READ COMMITTED
and READ UNCOMMITTED
of PostgreSQL are mapped to REPEATABLE READS
.
See also
当前内容版权归 YugabyteDB 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 YugabyteDB .