portal with hold

From: fschmidt <fschmidt(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: portal with hold
Date: 2011-10-27 19:43:06
Message-ID: 1319744586590-4943998.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-10-27 19:49:50 fun with unlogged tables
Previous Message Tom Lane 2011-10-27 19:40:22 Re: out-of-order caution