karol Sun, 07 Jan 2001 03:34:20 -0800
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