logging sql from JDBC

Поиск
Список
Период
Сортировка
От David Parker
Тема logging sql from JDBC
Дата
Msg-id 07FDEE0ED7455A48AC42AC2070EDFF7C7466C6@corpsrv2.tazznetworks.com
обсуждение исходный текст
Ответы Re: logging sql from JDBC  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
It appears that SQL submited via the latest JDBC driver won't get logged even if log_min_duration_statement is set appropriately. From what I've found in the archives, this is because the driver uses an "extended" version of the protocol.
 
Could somebody point me at the area of the source where this decision gets made, and/or how difficult it would be to enable this logging?
 
Thanks!

- DAP
----------------------------------------------------------------------------------
David Parker    Tazz Networks    (401) 709-5130
 

 

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: WAL replay failure after file truncation(?)
Следующее
От: Vikram Kalsi
Дата:
Сообщение: Source Code Help Needed