Re: [BUGS] Set Transaction Isolation level bug

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alois Maier <almaier(at)yahoo(dot)com>, pgsql-bugs(at)postgreSQL(dot)org
Subject: Re: [BUGS] Set Transaction Isolation level bug
Date: 1999-09-09 01:10:25
Message-ID: 37D70901.4C91533F@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tom Lane wrote:
>
> My own inclination is to think that if SET TRANSACTION ISOLATION LEVEL
> is executed *inside* a BEGIN block, then it should set the IsoLevel for
> that transaction block only, but if executed as a freestanding
> transaction then it ought to set the default IsoLevel for subsequent
^^^^^^^^^^
> transactions. Comments?
^^^^^^^^^^^^

My thoughts were to use ALTER SESSION for this.

Vadim

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Jan Wieck 1999-09-09 10:53:10 Re: [HACKERS] Problem enabling pltcl
Previous Message Tom Lane 1999-09-08 22:01:18 Re: [BUGS] Set Transaction Isolation level bug