JDBC
The PostgreSQL JDBC driver
JDBC
is the PostgreSQL Java Database Connectivity driver.
Change history
Work-in-progress
This list shows recent significant releases. For full details of all changes, see the History of Changes on the JDBC website. The Git repository also contains a changelog.
PostgreSQL
Until PostgreSQL 8.0, JDBC was included in the main PostgreSQL source code.
- PostgreSQL 8.0
- removed from PostgreSQL source (commit 2a9bf5b3)
- PostgreSQL 6.2
- added (commit ff246d7b)
References
- Website: PostgreSQL JDBC Driver
- Repository: pgjdbc
Useful links
- SQL ServerCentral: Postgresql JDBC Tutorial on Linux