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:55:59
Message-ID: 5AE34F20-1397-472B-B2BC-37696AD5A7AE@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Jul 31, 2008, at 11:49 AM, Alvaro Herrera wrote:
> Why does it matter?

I'm attempting to "clean out" a connection that is in an unknown
state (along the lines of what pgpool does when reusing an open
connection). Of course, I could just fire an ABORT down, but it
seems nicer to avoid doing so if no transaction block is open.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christophe 2008-07-31 19:03:33 Re: PL/pgSQL equivalent to PQtransactionStatus?
Previous Message Alvaro Herrera 2008-07-31 18:49:24 Re: PL/pgSQL equivalent to PQtransactionStatus?