mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-20 13:27:00 +08:00
Attached you'll find a (big) patch that fixes make dep and make depend in all Makefiles where I found it to be appropriate. It also removes the dependency in Makefile.global for NAMEDATALEN and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh a little smarter. This no longer requires initdb.sh that is turned into initdb with a sed script when installing Postgres, hence initdb.sh should be renamed to initdb (after the patch has been applied :-) ) This patch is against the 6.3 sources, as it took a while to complete. Please review and apply, Cheers, Jeroen van Vianen
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