Re: JDBC, prepared queries, and partitioning - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: JDBC, prepared queries, and partitioning
Date
Msg-id Pine.BSO.4.64.0802131724400.2890@leary.csoft.net
Whole thread Raw
In response to Re: JDBC, prepared queries, and partitioning  (Josh Berkus <josh@agliodbs.com>)
Responses Re: JDBC, prepared queries, and partitioning  ("Guillaume Smet" <guillaume.smet@gmail.com>)
List pgsql-jdbc

On Wed, 13 Feb 2008, Josh Berkus wrote:

> So, just to confirm: there is no way with v3 to make it not use a cached
> plan, either on 8.2 or 8.3, correct?

Correct.

> Can I use v2 against 8.3?
>

Yes, but you then lose some of the features that are only available with
the V3 protocol: ParameterMetaData, some ResultSetMetaData calls, OUT
parameters for CallableStatements.  I think that's the list, but couldn't
swear to it.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Simon Riggs
Date:
Subject: Re: JDBC, prepared queries, and partitioning
Next
From: "Stephen Denne"
Date:
Subject: Re: JDBC, prepared queries, and partitioning