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
pgsql-bugs by date
| Next: | From: Jan Wieck | Date: 1999-09-09 10:53:10 |
| Subject: Re: [HACKERS] Problem enabling pltcl |
| Previous: | From: Tom Lane | Date: 1999-09-08 22:01:18 |
| Subject: Re: [BUGS] Set Transaction Isolation level bug |