Re: switching from 7.4.1 to 8.0-311 jdbc driver - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: switching from 7.4.1 to 8.0-311 jdbc driver
Date
Msg-id Pine.BSO.4.56.0504211321430.5816@leary.csoft.net
Whole thread Raw
In response to switching from 7.4.1 to 8.0-311 jdbc driver  (Dennis Sacks <dennis@illusions.com>)
Responses Re: switching from 7.4.1 to 8.0-311 jdbc driver
List pgsql-jdbc

On Thu, 21 Apr 2005, Dennis Sacks wrote:

> I am proposing a change to the newer 8.0 jdbc driver - it seems to clear
> up some odd things I was seeing logged heavily:
>
> 2005-04-19 16:43:03 LOG:  00000: duration: 0.246 ms
> LOCATION:  exec_simple_query, postgres.c:960
> 2005-04-19 16:43:03 LOG:  00000: statement: rollback; begin;
> LOCATION:  pg_parse_query, postgres.c:464

This statement is from issuing Connection.rollback() and it will still
happen with the 8.0 driver.  The difference is that the 8.0 driver uses
the full V3 protocol which has some logging problems on the server
side, so you just aren't seeing them being executed even though they
are.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Boris Kirzner
Date:
Subject: Re: Bug in storing Timestamp
Next
From: Kris Jurka
Date:
Subject: Re: Bug in storing Timestamp