Re: Read transactions don't work on 7.0.x db's - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: Read transactions don't work on 7.0.x db's
Date
Msg-id 12050.999560796@sss.pgh.pa.us
Whole thread Raw
In response to Re: Read transactions don't work on 7.0.x db's  (Barry Lind <barry@xythos.com>)
Responses Re: Read transactions don't work on 7.0.x db's  (Dave Cramer <Dave@micro-automation.net>)
List pgsql-jdbc
Barry Lind <barry@xythos.com> writes:
> The multiple statements in one call is there for performance reasons.
> Please don't remove it entirely since it works fine in 7.1 and 7.2.
> Instead your fix should be conditional based on server version:

Given that someone else is proposing a patch that will break backward
compatibility to 7.0 servers anyway, I'm unconvinced that we need this
at all.  Perhaps a discussion about the costs and benefits of backwards
compatibility in the JDBC driver is needed --- what tradeoffs do people
want to make?

            regards, tom lane

pgsql-jdbc by date:

Previous
From: Bryan Field-Elliot
Date:
Subject: PGpoint and PGcircle both sql type 1111?
Next
From: Dave Cramer
Date:
Subject: Re: Read transactions don't work on 7.0.x db's