Re: Supported PostgreSQL version - Mailing list pgsql-jdbc

From Mark Rotteveel
Subject Re: Supported PostgreSQL version
Date
Msg-id fbe5e42d-7b6e-dc73-2095-ec82e0e15720@lawinegevaar.nl
Whole thread Raw
In response to Supported PostgreSQL version  (Ravi Kumar T <ravikumin@gmail.com>)
List 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



pgsql-jdbc by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Supported PostgreSQL version
Next
From: "ldh@laurent-hasson.com"
Date:
Subject: RE: JDBC Meta-data performance for Foreign Keys