

				Pgeasy 3.0.4

Pgeasy is a PostgreSQL API that is a cleaner interface to the libpq
library, more like an SQL 4GL interface.

To build, run configure with specifications for your PostgreSQL include
and library directories:

	$ CPPFLAGS=-I/usr/local/pgsql/include \
	  LDFLAGS=-L/usr/local/pgsql/lib configure

then compile and install:

	$ make
	$ make install

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

The home of pgeasy is:

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

This software has the same BSD license as PostgreSQL.

To build from CVS use:

	$ autoreconf --force -i
	$ rm -rf autom4te.cache

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