Files
postgresql/src/interfaces/libpq++
Bruce Momjian 76e6d26011 HPUX build does not build shared lib versions of libpq and libpq++
--------------------------------------------------------------------------

Test Case:  ----------


--------------------------------------------------------------------------

Solution:  --------- Add this to the libpq and libpq++ Makefiles
to build shared libs:

Mike Ferrara
1998-03-20 04:07:11 +00:00
..
1997-09-16 18:47:36 +00:00
1997-09-16 18:47:36 +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