On Wed, 2025-02-26 at 10:18 +1300, Edwin UY wrote:
> Does anyone know a link where I can check JDBC compatibility for PostgreSQL. We are upgrading from V12 to V16.
> I tried https://jdbc.postgresql.org and there is no working link for 42.2.
> Currently, the application is using 42.2.22. We have upgraded the non-PROD DB to V16 already
> and it appears to be working fine. Just want to make sure there is no gotcha of any sort.
> pgAdmin has stopped working though and requires an upgrade.
You should turn to the pgsql-jdbc mailing list for authoritative answers.
I believe that you should *always* use the latest version of the driver for your Java version.
See https://jdbc.postgresql.org/download/
Yours,
Laurenz Albe