Re: JDBC3 + HOLD_CURSORS_OVER_COMMIT - Mailing list pgsql-jdbc

From Peter Eisentraut
Subject Re: JDBC3 + HOLD_CURSORS_OVER_COMMIT
Date
Msg-id 200407202349.13775.peter_e@gmx.net
Whole thread Raw
In response to JDBC3 + HOLD_CURSORS_OVER_COMMIT  (Oliver Jowett <oliver@opencloud.com>)
Responses Re: JDBC3 + HOLD_CURSORS_OVER_COMMIT
List pgsql-jdbc
Oliver Jowett wrote:
> It occurred to me that we can support JDBC3's
> HOLD_CURSORS_OVER_COMMIT behaviour quite simply by doing the same
> thing we do with scrollable resultsets -- disable use of cursors
> entirely.
>
> Does this sound worth doing? Obviously we could replace it with
> proper WITH HOLD cursor-backed resultsets eventually..

PostgreSQL 7.4 supports holdable cursors.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: JDBC3 + HOLD_CURSORS_OVER_COMMIT
Next
From: Oliver Jowett
Date:
Subject: Re: JDBC3 + HOLD_CURSORS_OVER_COMMIT