]> granicus.if.org Git - postgresql/commit
This patch fixes a few minor problems with libpq++: remove the deprecated
authorBruce Momjian <bruce@momjian.us>
Sat, 15 Jun 2002 18:49:29 +0000 (18:49 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 15 Jun 2002 18:49:29 +0000 (18:49 +0000)
commit2e58024066e1ddf63d729ffb42077938fe25a9bf
tree8af75e9dd7c45531ea18c44322eb628af57162dd
parent133df7ce70749156a6115ef49ef7d52e0c584adc
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
src/interfaces/libpq++/README
src/interfaces/libpq++/examples/Makefile
src/interfaces/libpq++/libpq++.h
src/interfaces/libpq++/pgconnection.cc
src/interfaces/libpq++/pgconnection.h
src/interfaces/libpq++/pgcursordb.cc
src/interfaces/libpq++/pgcursordb.h
src/interfaces/libpq++/pglobject.cc