Re: log_min_duration_statement oddity

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Csaba Nagy <nagy(at)ecircle-ag(dot)com>
Cc: Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: log_min_duration_statement oddity
Date: 2005-10-19 18:22:24
Message-ID: 25015.1129746144@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Csaba Nagy <nagy(at)ecircle-ag(dot)com> writes:
> Now the remote connections are coming from Java (the JDBC driver),

Oh, there's your problem. 8.0 doesn't have very good support for
logging the extended-query protocol, which is what recent versions
of the JDBC driver like to use. 8.1 will be better I believe.

If you're desperate to get some info, you could force the driver to
fall back to V2 frontend protocol. See the archives for details.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Cristian Prieto 2005-10-19 18:24:45 SQL return value...
Previous Message Dann Corbit 2005-10-19 18:21:10 Re: [pgsql-advocacy] Oracle buys Innobase