Re: Changing the transaction isolation level within the

From: Mario Splivalo <mario(dot)splivalo(at)mobart(dot)hr>
To: Jaime Casanova <systemguards(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Changing the transaction isolation level within the
Date: 2006-01-26 07:08:30
Message-ID: 1138259311.16164.0.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Mario Splivalo 2006-01-26 07:11:03 Re: Changing the transaction isolation level within the
Previous Message andrew 2006-01-25 20:13:48 Re: filtering after join