Thread: Download source code for pg74.215.jdbc3 driver
Hello, I would like to know what the URL link is for downloading the Source Code for the pg74.215.jdbc3 driver. It is the latest stable driver for PostgreSQL 7.4 (Build 215) with JDBC3 / JDK1.4 support. I need the source code to implement the copymanager function that Kris Jurka has made here: http://archives.postgresql.org/pgsql-jdbc/2003-12/msg00186.php. If anyone have the jar file for the jdbc driver with copy support, I would also be please to get a download link for that. Hope that anyone can help me. Thank you. Best regards, Kristian Skouboe atommax@tiscali.dk Denmark, Europe
On Thu, 30 Sep 2004 atommax@tiscali.dk wrote: > I would like to know what the URL link is for downloading the Source Code > for the pg74.215.jdbc3 driver. The source code for the 7.4 driver comes with the main server distribution. So from the main www.postgresql.org home page, find a download mirror and get postgresql-7.4.5.tar.gz. Once you've extracted it, the driver is in src/interfaces/jdbc. Kris Jurka