Re: Changing the transaction isolation level within the - Mailing list pgsql-sql

From Mario Splivalo
Subject Re: Changing the transaction isolation level within the
Date
Msg-id 1138259311.16164.0.camel@localhost.localdomain
Whole thread Raw
In response to Re: Changing the transaction isolation level within the stored procedure?  (Jaime Casanova <systemguards@gmail.com>)
Responses Re: Changing the transaction isolation level within the  (Markus Schaber <schabi@logix-tt.com>)
List pgsql-sql
On Wed, 2006-01-25 at 11:46 -0500, Jaime Casanova wrote:

> you need to set the transaction level after the begin and before every
> other statement... after the begin you have a select that invoke your
> function so that set is not the first statement...

But I can't do that inside of a function, right?
Mari



pgsql-sql by date:

Previous
From: andrew
Date:
Subject: Re: filtering after join
Next
From: Mario Splivalo
Date:
Subject: Re: Changing the transaction isolation level within the