Re: PLPGSQL how to get transaction isolation level info

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Janning Vygen <vygen(at)gmx(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PLPGSQL how to get transaction isolation level info
Date: 2005-07-15 17:19:20
Message-ID: 16602.1121447960@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Janning Vygen <vygen(at)gmx(dot)de> writes:
> How can a function determine in which isolation level it runs?

select current_setting('transaction_isolation');

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-07-15 17:22:11 Re: CVS - psql segfault
Previous Message Andrus 2005-07-15 17:08:32 Re: How to create unique constraint on NULL columns