Re: log_min_duration_statement doesn't work

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Alvin Hung <alvin(dot)yk(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: log_min_duration_statement doesn't work
Date: 2005-05-13 11:24:51
Message-ID: 42848E83.6020004@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Alvin Hung wrote:

> Currently, 8.0.2 / JDBC 8.0-310, log_min_duration_statement does not
> work with JDBC. Nothing will get logged. This makes it very
> difficult to tune a java application. Can you tell me when will this
> be fixed? Thanks.

This is a server limitation: it does not handle logging of the V3
extended query protocol very well. There's gradual progress being made
on it; you might want to search the pgsql-hackers and pgsql-patches
archives for details.

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Guillaume Cottenceau 2005-05-13 13:54:58 convert 'foobar'::text to the string foobar
Previous Message Alvin Hung 2005-05-13 11:01:29 log_min_duration_statement doesn't work