postgresql/src/interfaces/libpq++
Bruce Momjian 9eb69977fe This *should* fix the large object segfault problem. Note linewrap may
be interfering with last line of patch.

Vince.
1999-12-05 19:29:37 +00:00
..
examples Replace examples .H to .h. 1999-12-03 18:28:32 +00:00
CHANGES Rename libpq++.H to libpq++.h. 1999-12-03 17:35:05 +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 This *should* fix the large object segfault problem. Note linewrap may 1999-12-05 19:29:37 +00:00
Makefile.in Rename libpq++.H to libpq++.h. 1999-12-03 17:35:05 +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 forgot to attach the patch. :( 1999-06-01 02:43:37 +00:00
pgcursordb.h commented out PgConnection& references for now. May be using them 1999-06-01 02:37:33 +00:00
pgdatabase.cc Correctly return -1 on error to CmdTuples() 1999-10-13 16:46:28 +00:00
pgdatabase.h CmdTuples() returns an int showing the number of affected tuples after an 1999-10-06 03:00:16 +00:00
pglobject.cc Replace static rcsid[] strings by IDENTIFICATION comments in 1999-05-30 15:17:58 +00:00
pglobject.h This *should* fix the large binary object problem in libpq++ from the 1999-10-22 19:05:02 +00:00
pgtransdb.cc Replace static rcsid[] strings by IDENTIFICATION comments in 1999-05-30 15:17:58 +00:00
pgtransdb.h commented out PgConnection& references for now. May be using them 1999-06-01 02:37:33 +00:00
README Here it is. Remove or rename the current interfaces/libpq++ and untar 1999-05-23 01:04:07 +00:00
TODO Remove libpq++ todo item. 1999-10-22 19:13:39 +00:00

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