Thread: Question about default transaction isolation level

Question about default transaction isolation level

From
Date:
Hi

How can I change the default transaction isolation level to be
SERIALIZABLE, so that I don't have to use

BEGIN;
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;

in each transaction ?

Karol Wieloch