postgresql/src/interfaces/libpq++
Marc G. Fournier c7b40e6058 This commit represents a clean compile with the new templates under
FreeBSD

The Makefile(s) have all been cleaned up such that there is a single
LDFLAGS vs LD_ADD or LDADD or LDFLAGS or LDFLAGS_BE.  The Makefile(s)
should be alot more straightforward then they were before...and
consistent
1997-04-04 10:43:16 +00:00
..
examples This commit represents a clean compile with the new templates under 1997-04-04 10:43:16 +00:00
man minor path problem fix by tgl@mythos.jpl.nasa.gov 1997-01-08 07:32:58 +00:00
Makefile This commit represents a clean compile with the new templates under 1997-04-04 10:43:16 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
dependencies Bring in Leo's <lsh@lubrizol.com> massive changes to libpq++ 1997-02-13 10:01:05 +00:00
libpq++.H End of the make file simplifications. 1996-11-12 11:43:32 +00:00
libpq++.h Bring in Leo's <lsh@lubrizol.com> massive changes to libpq++ 1997-02-13 10:01:05 +00:00
pgconnection.cc Bring in Leo's <lsh@lubrizol.com> massive changes to libpq++ 1997-02-13 10:01:05 +00:00
pgconnection.h Bring in Leo's <lsh@lubrizol.com> massive changes to libpq++ 1997-02-13 10:01:05 +00:00
pgcursordb.cc Bring in Leo's <lsh@lubrizol.com> massive changes to libpq++ 1997-02-13 10:01:05 +00:00
pgcursordb.h Bring in Leo's <lsh@lubrizol.com> massive changes to libpq++ 1997-02-13 10:01:05 +00:00
pgdatabase.h Bring in Leo's <lsh@lubrizol.com> massive changes to libpq++ 1997-02-13 10:01:05 +00:00
pgenv.cc Bring in Leo's <lsh@lubrizol.com> massive changes to libpq++ 1997-02-13 10:01:05 +00:00
pgenv.h Bring in Leo's <lsh@lubrizol.com> massive changes to libpq++ 1997-02-13 10:01:05 +00:00
pglobject.cc Bring in Leo's <lsh@lubrizol.com> massive changes to libpq++ 1997-02-13 10:01:05 +00:00
pglobject.h Bring in Leo's <lsh@lubrizol.com> massive changes to libpq++ 1997-02-13 10:01:05 +00:00
pgtransdb.cc Bring in Leo's <lsh@lubrizol.com> massive changes to libpq++ 1997-02-13 10:01:05 +00:00
pgtransdb.h Bring in Leo's <lsh@lubrizol.com> massive changes to libpq++ 1997-02-13 10:01:05 +00:00

README

This directory contains libpq++, the C++ language interface to POSTGRES95.
libpq++ is implemented on of the libpq library.  Users would benefit
from reading the chapter on libpq in the postgres95 users manual
before using libpq++.

The initial version of this implementation was done by William Wanders
(wwanders@sci.kun.nl)

This is only a preliminary attempt at providing something useful for
people who would like to use C++ to build frontend applications to
postgres95.  The API provided herein is subject to change in later
versions of postgres95.

For details on how to to use libpq++, see the man page in the man/
subdirectory and the test programs in the examples/ subdirectory. 

libpq++ has been tested with g++, version 2.7.0

- Jolly Chen
jolly@cs.berkeley.edu

Tue Sep  5 11:09:51 PDT 1995