Details
-
Bug
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
1.34.0
-
None
Description
SET TRANSACTION — set the characteristics of the current transaction
Specification [1]:
SET TRANSACTION transaction_mode [, ...] SET TRANSACTION SNAPSHOT snapshot_id SET SESSION CHARACTERISTICS AS TRANSACTION transaction_mode [, ...] where transaction_mode is one of: ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | READ UNCOMMITTED } READ WRITE | READ ONLY [ NOT ] DEFERRABLE
[1] https://www.postgresql.org/docs/current/sql-set-transaction.html
Attachments
Issue Links
- is related to
-
CALCITE-5403 Babel parser should parse PostgreSQL's SET, RESET, BEGIN, SHOW, ROLLBACK, COMMIT commands
- Closed
- links to