Sets the transaction isolation level to SERIALIZABLE for the current transaction : Transaction Isolation « Transaction « PostgreSQL






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=#

           
       








Related examples in the same category

1.Displays the current transaction isolation level
2.Set the default transaction isolation level for the current session
3.Sets the constraint evaluation mode to IMMEDIATE for all constraints within the transaction