PostgreSQL > JDBC Driver
 

CVS Repository

CVS Web Interface

A web view of the CVS repository is available here.

Retrieving the Code

Do an initial login to the CVS server:

cvs -d :pserver:anonymous@cvs.pgfoundry.org:/cvsroot/jdbc login

You will be prompted for a password, but there isn't one, so simply press the enter key. You should only need to do this once, since the password will be saved in the .cvspass file in your home directory. Now fetch the actual source code:

cvs -z3 -d :pserver:anonymous@cvs.pgfoundry.org:/cvsroot/jdbc co -P pgjdbc

This will create a subdirectory "pgjdbc" containg the driver source code.