From: Thomas G. Lockhart Date: Sat, 10 Oct 1998 17:13:47 +0000 (+0000) Subject: Add new "-n" flag to pg_dump. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/queryCache.php?a=commitdiff_plain;h=a62e529b68aaadbebb11e7e8e7d8671c88ccd213;p=users%2Fbernd%2Fpostgres.git Add new "-n" flag to pg_dump. Update UNLISTEN to not require double-quotes around the wildcard argument. Clean up markup. --- diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index c49345dd5c..3909f651d2 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -278,6 +278,7 @@ The limitations mostly stem from difficulty in extracting certain meta-information from the system catalogs. + partial indices diff --git a/doc/src/sgml/ref/unlisten.sgml b/doc/src/sgml/ref/unlisten.sgml index 1fa0083e04..b353ff6f68 100644 --- a/doc/src/sgml/ref/unlisten.sgml +++ b/doc/src/sgml/ref/unlisten.sgml @@ -18,7 +18,7 @@ Stop listening for notification on a notify condition 1998-10-07 -UNLISTEN notifyname | "*" +UNLISTEN { notifyname | * } @@ -38,7 +38,14 @@ Inputs Name of notify condition to stop listening to. -If "*", all current listen registrations for this backend are cleared. + + + +* + + + +All current listen registrations for this backend are cleared.