Re: Transaction isolation level for plpgsql

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Keith Wong <keith(at)e-magine(dot)com(dot)au>
Cc: pgSQL <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Transaction isolation level for plpgsql
Date: 2000-09-30 10:56:49
Message-ID: Pine.LNX.4.21.0009301256240.377-100000@peter
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Keith Wong writes:

> Does anybody know the transaction isolation level default when a plpgsql
> stored procedure is called?
> Is it possible to set it? Or is this controlled by SPI?

It's whatever the transaction that called the function was set to.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Poul L. Christiansen 2000-09-30 11:08:56 Re: Transaction isolation level for plpgsql
Previous Message Keith Wong 2000-09-30 02:32:13 Transaction isolation level for plpgsql