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

Reply via email to