Support Forums

Full Version: PostgreSQL JDBC Driver
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
PostgreSQL JDBC Driver

What ?
It allows Java programs to connect to a PostgreSQL database using standard, database independent Java code. It is a pure Java (Type IV) implementation, so all you need to do is download a jar file and you're on your way.

Features
The driver provides are reasonably complete implementation of the JDBC 3 specification in addition to some PostgreSQL specific extensions. Our goal is nothing short of full compliance, but we're not there yet. Some features require additional backend support and others just need someone to implement them.

Maintainers
Please do not contact the maintainers directly unless you have a specific need to contact just them. Please use the pgsql-jdbc@postgresql.org mailing list if at all possible.

[davec] - Dave Cramer (pg.at.fastcrypt.com)
[jurka] - Kris Jurka (jurka.at.ejurka.com)
[oliver] - Oliver Jowett (oliver.at.opencloud.com)

Contributors
People who have contributed significant code to the project since the 7.4 release. A careful historical study has not been commissioned, but if you've done something valuable, we'd be happy to recognize you for it. Just let us know.

Jan Andre le Roux
ResultSetMetaData information based on the V3 protocol
Jaroslaw J. Pyszny
Improve MetaData regarding the serial datatype
Ulrich Meis
Allow users to customize the SSL connection
Xavier Poinsard
Standard escaped functions {fn ...() }
Oliver Siegmar
Support for infinity in the timestamp datatype
Make PGInterval able to decode and manipulate interval data
Michael Barker
Blob write and position methods.
Andras Kadinger
Support asynchronous notification retrieval.
Heikki Linnakangas
XADataSource implementation.
Luis Vilar Flores
Reduce memory usage retrieving bytea data.
Michael Paesold
Correctly parse dollar quotes and comments.
Work with standard_conforming_strings = on.
Mikko Tiihonen
Improve speed of parsing ResultSet data.
Marek Lewczuk
Support multi-dimensional arrays and NULL array elements.

Download
http://jdbc.postgresql.org/download.html

Thankyou Smile