Re: PLPGSQL how to get transaction isolation level info - Mailing list pgsql-general

From Tom Lane
Subject Re: PLPGSQL how to get transaction isolation level info
Date
Msg-id 16602.1121447960@sss.pgh.pa.us
Whole thread Raw
In response to PLPGSQL how to get transaction isolation level info  (Janning Vygen <vygen@gmx.de>)
Responses Re: PLPGSQL how to get transaction isolation level info
List pgsql-general
Janning Vygen <vygen@gmx.de> writes:
> How can a function determine in which isolation level it runs?

select current_setting('transaction_isolation');

            regards, tom lane

pgsql-general by date:

Previous
From: "Andrus"
Date:
Subject: Re: How to create unique constraint on NULL columns
Next
From: Tom Lane
Date:
Subject: Re: CVS - psql segfault