Re: PL/pgSQL equivalent to PQtransactionStatus?

From: Christophe <xof(at)thebuild(dot)com>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: PL/pgSQL equivalent to PQtransactionStatus?
Date: 2008-07-31 18:44:40
Message-ID: DD2798EC-F3EE-4031-BFDB-480EFF6E258C@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Jul 31, 2008, at 11:12 AM, Richard Huxton wrote:
> A pl/pgsql function *always* executes within a transaction.

Indeed so. What I'm looking for is a way of detecting if a
transaction block has been opened (i.e., we're within a BEGIN).

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2008-07-31 18:49:24 Re: PL/pgSQL equivalent to PQtransactionStatus?
Previous Message Magnus Hagander 2008-07-31 18:17:52 Re: Doing an LDAP lookup from a SQL SELECT