Re: Supported PostgreSQL version

From: Mark Rotteveel <mark(at)lawinegevaar(dot)nl>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: Re: Supported PostgreSQL version
Date: 2021-10-01 14:47:35
Message-ID: fbe5e42d-7b6e-dc73-2095-ec82e0e15720@lawinegevaar.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 01-10-2021 13:33, Ravi Kumar T wrote:
> Currently we are using Postgres JDBC version "*9.4.1209.jre7*". We are
> planning to upgrade to PostgresSQL 13 and want to know will this version
> of Postgres JDBC (9.4.1209.jre7) supports the PostgresSQL 13?

Probably not, at least not with the default authentication used by
PostgreSQL 13. It is probably better update to a newer version of the
driver (42.2.24, or 42.2.24.jre7 if you're really still on Java 7).

Mark
--
Mark Rotteveel

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message ldh@laurent-hasson.com 2021-10-02 06:29:46 RE: JDBC Meta-data performance for Foreign Keys
Previous Message Laurenz Albe 2021-10-01 13:57:07 Re: Supported PostgreSQL version