Question about default transaction isolation level

Started by Nonameover 25 years ago1 messagesgeneral
Jump to latest
#1Noname
karol@gmweltel.com.pl

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