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

From Marko Kreen
Subject Re: Prepared Statements vs. pgbouncer
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Prepared Statements vs. pgbouncer  (Josh Berkus <[email protected]>)
Responses Re: Prepared Statements vs. pgbouncer
List pgsql-jdbc
On 10/2/07, Josh Berkus <[email protected]> wrote:
> > So, personally I don't have time to work on the feature, but
> > I have thought a draft design that could somewhat work in the
> > context of pgbouncer.  If anyone is interested to work on that,
> > contact me.
>
> Will this work correctly if you use Session mode for pgBouncer?

Yes, then you don't need any support from pgbouncer, only
a way to drop all prepared plans on session end, which unfortunately
is available only in 8.3 - DEALLOCATE ALL / DISCARD ALL.

--
marko

pgsql-jdbc by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Prepared Statements vs. pgbouncer
Next
From: Dave Cramer
Date:
Subject: Re: statement caching link on jdbc page