Re: Tracing commits on the server - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Tracing commits on the server
Date
Msg-id 4335C631.5090603@opencloud.com
Whole thread Raw
In response to Tracing commits on the server  (Jeffrey Tenny <jeffrey.tenny@comcast.net>)
List 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 by date:

Previous
From: Jeffrey Tenny
Date:
Subject: Tracing commits on the server
Next
From:
Date:
Subject: unsubscribe