Mega Code Archive

 
Categories / PostgreSQL / Transaction
 

Sets the transaction isolation level to SERIALIZABLE for the current transaction

postgres=# postgres=# -- Sets the transaction isolation level to SERIALIZABLE for the current transaction: postgres=# postgres=# SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; SET postgres=# postgres=#