Re: JDBC driver version for a given Postgres version

From: Thomas Kellerer <shammat(at)gmx(dot)net>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: JDBC driver version for a given Postgres version
Date: 2020-07-14 13:26:36
Message-ID: 406479a0-44c6-1bfa-f025-b398f93cf1ba@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Shantanu Shekhar schrieb am 14.07.2020 um 14:34:
> We are upgrading our Postgres instance from 9.6.11 to 10.11. Then as
> part of a second upgrade we will go from 10.11 to 11.6. Currently
> (with 9.6.11) we are using the 42.2.1 JDBC driver. I am trying to
> figure out the impact our database upgrade will have on the JDBC
> driver version but I cannot find any such matrix that maps
> recommended JDBC driver version to the Postgres RDBMS instance
> version.
>
> How should I got about researching this information? Any help will be
> greatly appreciated.

From https://jdbc.postgresql.org/download.html

> It supports PostgreSQL 8.2 or newer

You can keep using 42.2.1 or upgrade to the latest release 42.2.14

Thomas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jean-Philippe Chenel 2020-07-14 13:36:34 Re: Both side privileges
Previous Message Philip Semanchuk 2020-07-14 12:46:40 Re: Same query taking less time in low configuration machine