Mega Code Archive

 
Categories / PostgreSQL / Transaction
 

Displays the current transaction isolation level

postgres=# -- Displays the current transaction isolation level: postgres=# postgres=# SHOW TRANSACTION ISOLATION LEVEL;  transaction_isolation -----------------------  read committed (1 row) postgres=# postgres=#