PL/pgSQL equivalent to PQtransactionStatus?

From: Christophe <xof(at)thebuild(dot)com>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: PL/pgSQL equivalent to PQtransactionStatus?
Date: 2008-07-31 17:55:46
Message-ID: 3DDDFE58-C837-4088-A216-6646760824C8@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

My apologies if this is in the docs and I missed it, but is there a
PL/pgSQL function equivalent for the pglib function
PQtransactionStatus (i.e., a way to find out if we're in an open
transaction block, and if that transaction is in an error status)?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Francisco Reyes 2008-07-31 17:55:53 Re: Partitioned tables and views
Previous Message David R Robison 2008-07-31 16:56:40 Re: Doing an LDAP lookup from a SQL SELECT