Paul Lindner wrote:
> Why doesn't the Postgres JDBC driver use cursors for ResultSets
> instead of creating prepared statements? Is this not supported in the
> v3 protocol? (I'd answer this question myself, but no time to read
> code at the moment...)
It uses portals which are the v3 equivalent of cursors.
If you are serious about solving these problems I think you really need
to go and read the v3 protocol spec at a minimum.
-O