Re: PGStatement#setPrepareThreshold

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Dave Cramer <pg(at)fastcrypt(dot)com>, 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 21:40:55
Message-ID: 17876.1154727655@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc pgsql-patches

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> The bind shows:
> (errmsg("statement: <protocol> <BIND> %s [PREPARE: %s]",
> The first %s is the statement name, and the second %s is the query.

No, it's the portal name. There's a difference.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-08-04 21:43:38 Re: PGStatement#setPrepareThreshold
Previous Message Neil Conway 2006-08-04 21:37:56 Re: 8.2 features status

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2006-08-04 21:43:38 Re: PGStatement#setPrepareThreshold
Previous Message Bruce Momjian 2006-08-04 20:32:16 Re: PGStatement#setPrepareThreshold

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-08-04 21:43:38 Re: PGStatement#setPrepareThreshold
Previous Message Simon Riggs 2006-08-04 20:38:04 Re: WIP archive_timeout patch