Re: JDBC on Postgres 8.3

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Chris Browne <cbbrowne(at)acm(dot)org>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC on Postgres 8.3
Date: 2008-06-06 19:26:22
Message-ID: 48498F5E.2030408@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Chris Browne wrote:
> craig(at)postnewspapers(dot)com(dot)au (Craig Ringer) writes:
>> You need a JDBC driver for 8.3 specifically. They're not forward
>> compatible, so a JDBC driver for 8.2 may not work correctly with
>> 8.3. As you're happy with JDBC3 or JDBC4 you might as well grab the
>> 8.3 JDBC4 driver:
>
> Are you sure about that???

My understanding, and I'm very far from an authoritative source, is that
it should connect but may not work quite how you expect. I think it
relies on various specifics in system catalogs, among other things.
However, I can't find any information to substantiate that right now, so
it may well be a misunderstanding of previous mail on this list.

I know the drivers are backward compatible, with new drivers working on
older databases. They also appear to have have the "compatible"
parameter to address issues with application compatibility with newer
driver versions, though I've never had cause to use it myself.

In short: you need to confirm this, but I'm not the right person to give
you a definitive (or even good) answer about it.

--
Craig Ringer

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Sanjay Thomas 2008-06-07 08:03:55 Error creating connection using postgres
Previous Message Chris Browne 2008-06-06 18:40:51 Re: JDBC on Postgres 8.3