Re: Tracing commits on the server

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Jeffrey Tenny <jeffrey(dot)tenny(at)comcast(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Tracing commits on the server
Date: 2005-09-24 21:33:37
Message-ID: 4335C631.5090603@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message erdemkubilay 2005-09-25 06:10:11 unsubscribe
Previous Message Jeffrey Tenny 2005-09-24 19:46:31 Tracing commits on the server