Re: PGStatement#setPrepareThreshold - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: PGStatement#setPrepareThreshold
Date
Msg-id 27183.1154645340@sss.pgh.pa.us
Whole thread Raw
In response to Re: PGStatement#setPrepareThreshold  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
Dave Cramer <pg@fastcrypt.com> writes:
> Thanks for clarifying that Oliver, the logs are still misleading in
> that they don't name the statement used in the bind message.

Pretty much exactly my point.  The distinction between statement name
and portal name is critical at the protocol level and has no real
counterpart at the SQL level (prepared statement name vs cursor name
is similar but I think not exactly the same namespaces).  The logging
code is not getting this right.

            regards, tom lane

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: PGStatement#setPrepareThreshold
Next
From: Bruce Momjian
Date:
Subject: Re: PGStatement#setPrepareThreshold