1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00
Files
postgres/src/interfaces/libpq++
Bruce Momjian a738478ad8 Here are additional patches for the UnixWare 7 port.
Summary of changes:

In pqcomm.h, use the SUN_LEN macro if it is defined to calculate
the size of the sockaddr_un structure.

In unixware.h, drop the use of the UNIXWARE macro.  Everything can
be handled with the USE_UNIVEL_CC and DISABLE_COMPLEX_MACRO macros.

In s_lock.h, remove the reference to the UNIXWARE macro (see above).

In the unixware template, add the YFLAGS:-d line.

In various makefile templates, add (or cleanup) unixware and univel
port specific information.

-- Billy G. Allie
1998-08-22 04:24:41 +00:00
..
1997-09-16 18:47:36 +00:00
1998-04-06 16:53:15 +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