/**
 * $Id: CVSUSAGE,v 1.2 2003/07/25 19:00:43 myui Exp $
 */

Getting recent XpSQL from cvs repository.

(1) Do an initial login to the CVS server:

 $ cvs -d :pserver:anonymous@gborg.postgresql.org:/usr/local/cvsroot/xpsql login
 
 The password for anonymous login is 'anonymous'
 
(2) Fetch the XpSQL sources:
 
 $ cvs -z3 -d :pserver:anonymous@gborg.postgresql.org:/usr/local/cvsroot/xpsql co -P XpSQL
 
 development version module name is 'XpSQL'
 
(3) Whenever you want to update to the latest CVS sources, 
  cd into the pgsql subdirectory, and issue
  
 $ cvs -z3 update -d -P
 
  This will fetch only the changes since the last time you updated.
  You can update in just a couple of minutes, typically, even over 
  a modem-speed line.