Home:ALL Converter>Compability JDBC driver versions and PostgreSQL versions

Compability JDBC driver versions and PostgreSQL versions

Ask Time:2021-10-25T20:03:07         Author:LeBavarois

Json Formatter

Can anyone point me on where to find an exact documenation which postgreSQL database version requires which JDBC driver version?

In the case at hand I want to know: What is the minimum required JDBC version in a Java server application connecting to a database of version PostgreSQL 11.13?

Unfortunately the PostgreSQL JDBC Driver website is not really precise on this:

The current version of the driver should be compatible with PostgreSQL 8.2 and higher, and Java 6 (JDBC 4.0), Java 7 (JDBC 4.1), Java 8 (JDBC 4.2) and Java 9.

https://jdbc.postgresql.org/about/about.html

Author:LeBavarois,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/69707728/compability-jdbc-driver-versions-and-postgresql-versions
yy