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.0802131706100.16718@leary.csoft.net
Whole thread Raw
In response to Re: JDBC, prepared queries, and partitioning  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: JDBC, prepared queries, and partitioning  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-jdbc

On Wed, 13 Feb 2008, Simon Riggs wrote:

> I'd read it before and again before I posted this evening. Which part of
> that says prepareTheshold only applies to v2 protocol?

Perhaps not the clearest wording (too many version numbers), but the below
is supposed to say that:

"Enabling server-prepared statements will have no affect when connected to
a 7.3 server or when explicitly using the V2 protocol to connect to a 7.4
server."

> The code example doesn't explicitly state protocolVersion as you say is
> required either.
>

Well the default is V3, so it's not necessary to explicity state it.

> You don't think its important?
>

It's not important to me.  If I was going to doing some doc editing, I'd
probably hit this area, but for the moment I think it's close enough to
the truth and I've got other things to do.

Kris Jurka

pgsql-jdbc by date:

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