Re: Tracing commits on the server

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Tracing commits on the server
Дата
Msg-id 4335C631.5090603@opencloud.com
обсуждение исходный текст
Ответ на Tracing commits on the server  (Jeffrey Tenny <jeffrey.tenny@comcast.net>)
Список pgsql-jdbc
Jeffrey Tenny wrote:
> I'm trying to debug some database transaction problems, 8.0.3
>
> On the server I've enabled statement logging with the configuration
> parameter:
>
> log_statement = 'all'

Try an 8.1 beta -- 8.0 backends don't log the extended query protocol
(which the JDBC driver uses) well at all.

Alternatively, force use of protocol version 2 (pass protocolVersion=2
as a URL parameter), although this also causes other behavioural changes
in the driver.

-O

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

Предыдущее
От: Jeffrey Tenny
Дата:
Сообщение: Tracing commits on the server
Следующее
От:
Дата:
Сообщение: unsubscribe