

   			     libpq++ 4.0

Libpq++ is a C++ interface to PostgreSQL.  It used to be part of the
standard PostgreSQL distribution in interfaces/libpq++.

To compile, edit the Makefile and set POSTGRES_HOME to the proper path,
possibly modify the CXXOPTS and SHARED flags, then:

	$ gmake
	$ gmake install

There are examples in /examples and docs in /docs.

The home of libpq++ is:

	http://gborg.postgresql.org/project/libpqpp/projdisplay.php


Bruce Momjian (pgman@candle.pha.pa.us)
