portal with hold - Mailing list pgsql-hackers

From fschmidt
Subject portal with hold
Date
Msg-id 1319744586590-4943998.post@n5.nabble.com
Whole thread Raw
List pgsql-hackers
I am posting to beg for the implementation of a "with hold" feature for
portals, similar to what available for cursors.  This is needed by the JDBC
driver to implement Java's Result.HOLD_CURSORS_OVER_COMMIT which is needed
to make Java's setFetchSize() work which is needed to read large result
sets.  Please also see:

http://postgresql.1045698.n5.nabble.com/setFetchSize-tp4935215p4941614.html


--
View this message in context: http://postgresql.1045698.n5.nabble.com/portal-with-hold-tp4943998p4943998.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: out-of-order caution
Next
From: Robert Haas
Date:
Subject: fun with unlogged tables