Re: Prepared Statements vs. pgbouncer - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Prepared Statements vs. pgbouncer
Date
Msg-id 470160C0.6020907@opencloud.com
Whole thread Raw
In response to Re: Prepared Statements vs. pgbouncer  (Paul Lindner <lindner@inuus.com>)
Responses Re: Prepared Statements vs. pgbouncer  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
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

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Prepared Statements vs. pgbouncer
Next
From: Oliver Jowett
Date:
Subject: Re: Prepared Statements vs. pgbouncer