This patch fixes a few minor problems with libpq++: remove the deprecated

Bruce Momjian <bruce@momjian.us>

Commit: 2e58024066e1ddf63d729ffb42077938fe25a9bf
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-06-15T18:49:29Z
Releases: 7.3.1
This patch fixes a few minor problems with libpq++: remove the deprecated
PQExec(" ") in the wrapper around PQnotifies(), fix the Makefile for
the examples so that they will actually compile properly (with the
exception of #5, which depends on internal headers), make a minor change
to libpq++.h so that "make examples" now works on my machine, update
some documentation, fix some grammatical problems, and remove some of
the more hideous comments.

Neil Conway

Files