postgresql/src/interfaces/libpq++
Tom Lane d4d297af3c Replace static rcsid[] strings by IDENTIFICATION comments in
file headers, to conform to established Postgres coding style and avoid
warnings from gcc.
1999-05-30 15:17:58 +00:00
..
examples Here it is. Remove or rename the current interfaces/libpq++ and untar 1999-05-23 01:04:07 +00:00
CHANGES Here it is. Remove or rename the current interfaces/libpq++ and untar 1999-05-23 01:04:07 +00:00
Makefile.in I am not sure if libpq++ will compile with non g++ compilers, 1999-05-27 14:28:40 +00:00
README Here it is. Remove or rename the current interfaces/libpq++ and untar 1999-05-23 01:04:07 +00:00
TODO Here it is. Remove or rename the current interfaces/libpq++ and untar 1999-05-23 01:04:07 +00:00
dependencies Here it is. Remove or rename the current interfaces/libpq++ and untar 1999-05-23 01:04:07 +00:00
libpq++.H Here it is. Remove or rename the current interfaces/libpq++ and untar 1999-05-23 01:04:07 +00:00
pgconnection.cc Replace static rcsid[] strings by IDENTIFICATION comments in 1999-05-30 15:17:58 +00:00
pgconnection.h Here it is. Remove or rename the current interfaces/libpq++ and untar 1999-05-23 01:04:07 +00:00
pgcursordb.cc Replace static rcsid[] strings by IDENTIFICATION comments in 1999-05-30 15:17:58 +00:00
pgcursordb.h Here it is. Remove or rename the current interfaces/libpq++ and untar 1999-05-23 01:04:07 +00:00
pgdatabase.cc Replace static rcsid[] strings by IDENTIFICATION comments in 1999-05-30 15:17:58 +00:00
pgdatabase.h Here it is. Remove or rename the current interfaces/libpq++ and untar 1999-05-23 01:04:07 +00:00
pglobject.cc Replace static rcsid[] strings by IDENTIFICATION comments in 1999-05-30 15:17:58 +00:00
pglobject.h Here it is. Remove or rename the current interfaces/libpq++ and untar 1999-05-23 01:04:07 +00:00
pgtransdb.cc Replace static rcsid[] strings by IDENTIFICATION comments in 1999-05-30 15:17:58 +00:00
pgtransdb.h Here it is. Remove or rename the current interfaces/libpq++ and untar 1999-05-23 01:04:07 +00:00

README

Based on the original work by William Wanders (wwanders@sci.kun.nl)
and Jolly Chen (jolly@cs.berkeley.edu), this is the first set of
changes to libpq++ since ~1997.  Pgenv has been removed, deprecated 
functions removed and/or updated and error handling rewritten, 
however for the most part it remains as a wrapper around libpq.
The documentation on libpq is recommended reading to understand 
the function of libpq++.

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.

** PgConnection has been changed to accept either the environment
variables or conninfo style strings.  See the PQconnectdb in the
documentation on libpq for details.

libpq++ has only been tested with g++, version 2.7.2.1

Vince Vielhaber (vev@michvhf.com)
Tue May 18 08:30:00 EDT 1999