Re: Log files cluttered with jdbc3/4 for pg8.2

Поиск
Список
Период
Сортировка
От Mario Splivalo
Тема Re: Log files cluttered with jdbc3/4 for pg8.2
Дата
Msg-id 1183380102.585.14.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Log files cluttered with jdbc3/4 for pg8.2  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-jdbc
On Fri, 2007-06-22 at 10:00 -0400, Tom Lane wrote:
> > I need to have log_duration at 0 so I log EVERY call from the jdbc to
> > the postgresql because that's excellent way of debuging the dataflow
> > from the middle-tier to the application.
>
> That is a job for log_statement not log_duration.

Thnx, that makes sense now :) I guess I overlooked log_statement for
some reason in pg8.0.

Altough I'd like to see this:

SELECT LOG: execute <unnamed>: select * from ad_get('104', '2007-07-02
14:36:57.361+02', '109')

instead of

SELECT LOG:  execute <unnamed>: select * from ad_get($1, $2, $3) as
result
SELECT DETAIL:  parameters: $1 = '104', $2 = '2007-07-02 14:36:57.361
+02', $3 = '109'

Yes, I know, prepared statements, but still..


    Mario


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Loredana Curugiu"
Дата:
Сообщение: Replace usage of a table in query with its array values
Следующее
От: Guy Rouillier
Дата:
Сообщение: Re: Replace usage of a table in query with its array values