From fc955b14ea667e04475e2b7339c8445611470771 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 22 Nov 1999 17:56:41 +0000 Subject: Add system indexes to match all caches. Make all system indexes unique. Make all cache loads use system indexes. Rename *rel to *relid in inheritance tables. Rename cache names to be clearer. --- doc/src/sgml/libpq++.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/libpq++.sgml b/doc/src/sgml/libpq++.sgml index 4e253d31f49..acbf823f818 100644 --- a/doc/src/sgml/libpq++.sgml +++ b/doc/src/sgml/libpq++.sgml @@ -351,7 +351,7 @@ int PgConnection::ExecTuplesOk(const char *query) - Returns TRUE if the command query succeeds and there are tuples to be retrieved. + Returns TRUE if the command query succeeds. -- cgit v1.2.3