Re: Prepared statements, parameters and logging

From: Csaba Nagy <nagy(at)ecircle-ag(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: Postgres JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Prepared statements, parameters and logging
Date: 2007-06-25 12:42:28
Message-ID: 1182775348.13328.69.camel@coppola.muc.ecircle.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dave,

If I read [1] correctly, the prepareThreshold parameter should actually
do what I want in protocol version 3... or am I misreading something ?

[1] http://jdbc.postgresql.org/documentation/81/server-prepare.html

Cheers,
Csaba.

On Mon, 2007-06-25 at 13:24, Dave Cramer wrote:
> As far as I know you can't have both. In version 3 protocol,
> everything is a server side prepared statement without parameters.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2007-06-25 13:11:39 Re: Prepared statements, parameters and logging
Previous Message Dave Cramer 2007-06-25 11:24:15 Re: Prepared statements, parameters and logging