no duration logging when using JDBC?

From: Palle Girgensohn <girgen(at)FreeBSD(dot)org>
To: hackers(at)postgresql(dot)org
Subject: no duration logging when using JDBC?
Date: 2005-08-25 22:53:17
Message-ID: 0C7AC2BA8FF91CD0FB0FACB0@palle.girgensohn.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

When using JDBC (8.0.311) to connect to a 8.0.3 database, with

log_duration = true

nothing happens. For psql connections, it works fine, but not for JDBC
connections. Surely a bug? Is it fixed in the 8.1 branch?

Also, as I mailed about a while back, when using prepared statements, the
parameters for each sql query are not logged, only the query itself. There
must be a way to get the parameters as well.

Cheers,
Palle

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2005-08-25 23:03:05 Re: [HACKERS] Proposed patch to getaddrinfo.c to support
Previous Message Tom Lane 2005-08-25 22:51:29 Re: Stuff running slooow