About using drivers....

From: Armando Bañuelos <santosmen(at)hotmail(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: About using drivers....
Date: 2004-03-10 03:08:07
Message-ID: Sea2-DAV63BdZIbAzH6000157de@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I have a question that probably must be a FAQ... I didn't see in the documentation on in other pages if the driver is always backward compatible with any version of the PostgreSQL server... for example if I have a server 7.3.3 and I have the driver pg74.1jdbc3.jar (the lastest) it is fully backward compatible with that server (I see in the server console a FATAL: unsupported frontend protocol ... but the driver seem to be working in the client side) or I must use the pg73jdbc3.jar instead.
Any information would be appreciated
Thankx!!!!
Armando

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bjørn T Johansen 2004-03-10 08:46:17 Upgrading from 7.3.4 til 7.4.x?
Previous Message David Wall 2004-03-10 01:26:32 Re: Using auto-commit OFF for transactions - instead of BEGIN