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

From: "itoshun001(at)efeel(dot)to" <itoshun001(at)efeel(dot)to>
To: Jorge Solórzano <jorsol(at)gmail(dot)com>
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 22:41:58
Message-ID: 902560.56013.qm@web32001.mail.ssk.yahoo.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi Jorge

Thank you much for your quick reply !
Now I understand the new JDBC driver (9.3 Build 1103) will work with postgresql 8.3 and 9.3.

I have an additional question (sorry for my sticky question)

  (Q) We would be happy if we can use the old jdbc driver(8.1-404 JDBC3) also to postgresql 9.3.
      Is it possible technically ?
      (I know it's not supported version and might have problems fixed by later versions)

I ask this because:
  - the old jdbc driver is stable for existing functions on our web app
  - the number of existing functions affected by upgrading a JDBC driver is so large on our web app

Now many existing functions are connecting to postgresql 8.3 with the old jdbc driver on our web app and in the near future we will connect a few new functions to postgresql 9.1.
Then upgrading jdbc driver needs many tests and using old jdbc driver also to postgresql 9.1 needs a few tests.

Sorry to be so demanding .... and thank you for your kindness.

Best regards,
itoshun

----- Original Message -----
>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>
>Date: 2017/1/16, Mon 22:32
>Subject: Re: [JDBC] old JDBC driver (8.1-JDBC3) can connect to postgresql 9.x ?
>
>
>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 Jorge Solórzano 2017-01-16 23:06:23 Re: JDBC String to Bool spec
Previous Message David G. Johnston 2017-01-16 21:40:20 Re: JDBC String to Bool spec