Updated PostgreSQL JDBC driver to version 42.7.4

Details

Detail name Value
Changelog Number 21896
Type Improvement
Status Resolved
Fix Versions Exasol 7.1.30
Resolution Date 2024-10-29

Background

Exasol version 7.1 comes with a pre-installed PostgreSQL JDBC driver.

Improvement

The PostgreSQL JDBC driver which is included in Exasol installations has been updated from version 42.2.9 to 42.7.4.

In case one wants to still use the previous version 42.2.9 of PostgreSQL JDBC, it could be additionally uploaded to EXAoperation according to Load data using JDBC (generic) with the following settings:

  • Driver Name: arbitrary globally unique value, say POSTGRESQL_OLD
  • Main Class: org.postgresql.Driver
  • Prefix: jdbc:postgresql:
  • Disable Security Manager: don’t disable (unckecked)
  • Comment: This is an optional field.

Changed behavior

The PostgreSQL JDBC driver which is included in Exasol installations has been updated from version 42.2.9 to 42.7.4.
Please check PostgreSQL JDBC driver documentation for possible changed behavior.