postgresqljdbccmdb

Which JDBC driver version should I use to access PostgreSQL 9.5?


I installed PostgreSQL on my Ubuntu 16.04 using apt install - it installed PostgreSQL 9.5.12. I want to use cmdbuild 2.5. It gives me 9.4.1204 JDBC driver by default in tar.gz install file.

But I have some wrong with install cmdbuild, so I think that driver version is wrong.

The database driver is here: https://jdbc.postgresql.org/download/

But there is no 9.5, it's 42?

Which driver should I download if I want to connect postgresql 9.5.12?


Solution

  • Like the page you link to says:

    As the page says, it supports PostgreSQL 8.2 or newer.