Re: - Mailing list pgsql-jdbc

From Tom Lane
Subject Re:
Date
Msg-id 4592.1036541469@sss.pgh.pa.us
Whole thread Raw
In response to Re:  (Dave Cramer <Dave@micro-automation.net>)
List pgsql-jdbc
Dave Cramer <Dave@micro-automation.net> writes:
> I thought about this, and it presumes that the driver knows that it is
> in a transaction. At this point the driver has tried to stay pretty
> lightweight assuming the programmer would take care of these things, so
> it doesn't even know that it is in a transaction.

One of the proposals on the table for 7.4 is to extend the FE/BE
protocol so that the backend will report its in-transaction status
at the end of each query cycle.  Not sure if that'll help you.

            regards, tom lane

pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re:
Next
From: Nic Ferrier
Date:
Subject: streaming result sets: progress