Set the default transaction isolation level for the current session
postgres=# postgres=# -- Set the default transaction isolation level for the current session: postgres=# postgres=# SET SESSION CHARACTERISTICS AS TRANSACTION ISOLATION LEVEL SERIALIZABLE; SET postgres=# postgres=#