Thread: JDBC Compatibility Matrix for PostgreSQL 16
Hi,
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.
On Feb 25, 2025, at 4:18 PM, Edwin UY <edwin.uy@gmail.com> wrote: > I tried https://jdbc.postgresql.org and there is no working link for 42.2. Do you mean 42.2.0? Are you talking about the "Notes" links under "Latest Releases"? If so, the Wayback Machine to the rescue! https://web.archive.org/web/20180224122323/https://jdbc.postgresql.org/ https://web.archive.org/web/20170505173820/https://jdbc.postgresql.org/documentation/changelog.html#version_42.2.0 Check other years at https://web.archive.org/web/*/https://jdbc.postgresql.org/ for other versions. Hope this helps, Ed
Yes, that is what I am referring to, the Notes link under Latest Releases.
Thanks for the Wayback Machine web archive links.
On Wed, Feb 26, 2025 at 3:53 PM Ed Sabol <edwardjsabol@gmail.com> wrote:
On Feb 25, 2025, at 4:18 PM, Edwin UY <edwin.uy@gmail.com> wrote:
> I tried https://jdbc.postgresql.org and there is no working link for 42.2.
Do you mean 42.2.0? Are you talking about the "Notes" links under "Latest Releases"? If so, the Wayback Machine to the rescue!
https://web.archive.org/web/20180224122323/https://jdbc.postgresql.org/
https://web.archive.org/web/20170505173820/https://jdbc.postgresql.org/documentation/changelog.html#version_42.2.0
Check other years at https://web.archive.org/web/*/https://jdbc.postgresql.org/ for other versions.
Hope this helps,
Ed
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