postgresql/src/interfaces/libpq++
Tom Lane bbf3748347 Change iostream to iostream.h, strstream to strstream.h
for compatibility with older C++ libraries.
1999-05-16 14:34:59 +00:00
..
examples Makefile cleanup. 1997-09-16 18:47:36 +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
Makefile.in Apply Win32 patch from Horak Daniel. 1999-01-17 06:20:06 +00:00
pgconnection.cc Change iostream to iostream.h, strstream to strstream.h 1999-05-16 14:34:59 +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 libpq++ uses fe_setauthsvc which is deprecated and results in an error 1999-05-10 15:27:19 +00:00
pgenv.h Change iostream to iostream.h, strstream to strstream.h 1999-05-16 14:34:59 +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 Change Postgres95 to PostgreSQL. Update CLUSTER manual page. 1998-03-14 21:58:09 +00:00

This directory contains libpq++, the C++ language interface to POSTGRESQL.
libpq++ is implemented on of the libpq library.  Users would benefit
from reading the chapter on libpq in the PostgreSQL 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
PostgreSQL.  The API provided herein is subject to change in later
versions of PostgreSQL.

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