Re: PGStatement#setPrepareThreshold

From: Kris Jurka <books(at)ejurka(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <bruce(at)momjian(dot)us>, Oliver Jowett <oliver(at)opencloud(dot)com>, Csaba Nagy <nagy(at)ecircle-ag(dot)com>, Postgres JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: PGStatement#setPrepareThreshold
Date: 2006-08-04 17:42:53
Message-ID: Pine.BSO.4.63.0608041240250.21278@leary2.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, 4 Aug 2006, Dave Cramer wrote:

> On 4-Aug-06, at 12:19 PM, Tom Lane wrote:
>
>> Yeah, that one's a bit harder to fix :-( It would be relatively
>> easy for the case of parameters supplied in text form, but I'm
>> not sure about binary values. Is JDBC doing anything with binary
>> parameter transmission yet?
>
> No we aren't, even if we were, just printing the text values would be a
> huge step forward.
>

Actually bytea parameters are sent as binary to the server in prepared
statements. For fastpath calls integer, oid, and bytea parameters are
sent in binary form.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2006-08-04 18:56:53 Re: PGStatement#setPrepareThreshold
Previous Message Dave Cramer 2006-08-04 16:53:16 Re: PGStatement#setPrepareThreshold