Re: old JDBC driver (8.1-JDBC3) can connect to postgresql 9.x ?

From: Jorge Solórzano <jorsol(at)gmail(dot)com>
To: "itoshun001(at)efeel(dot)to" <itoshun001(at)efeel(dot)to>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: old JDBC driver (8.1-JDBC3) can connect to postgresql 9.x ?
Date: 2017-01-16 13:32:24
Message-ID: CA+cVU8N3_LFyHbs_5DLx-ys-oE+M1Dm-9cWJ6LfNuMfcbOq0Bw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

The last version that supported Java 5 is 9.3 Build 1103, so you should use
that version and it will work with postgresql 8.3 and postgresql 9.3.

Jorge Solórzano

On Mon, Jan 16, 2017 at 1:05 AM, itoshun001(at)efeel(dot)to <itoshun001(at)efeel(dot)to>
wrote:

> Hi exports,
>
> Thanks for your great effort and works for JDBC drivers.
> Now I have one question.
>
> (Q) Can the old JDBC driver(8.1-404 JDBC3) connect to latest or
> supported versions(greater than 9.1) of postgresql ??
>
> We would be happy if we have an answerfor this because of the background
> below although it's not supported version currently...
> I hope that postgresql 9.x can handle V3 JDBC protocols even if a versions
> of jdbc3 driver on clients is old.
>
> Background:
> - Our old web application is running on JVM 1.5 + tomcat5 + JDBC
> driver(8.1-404-JDBC3) + postgresql 8.3.22
> - Now we plan to get to connect the application to postgresql
> 9.x(setup newly) in addition to the existing postgresql 8.3.22.
>
> Thanks and best regards,
> itoshun
>
> efeel web administrater
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message TANWEER ALAM 2017-01-16 18:18:29 Re: Query about postgresql.conf property file
Previous Message Philippe Marschall 2017-01-16 12:28:11 Review request for PR#698