Add new "-n" flag to pg_dump.
authorThomas G. Lockhart
Sat, 10 Oct 1998 17:13:47 +0000 (17:13 +0000)
committerThomas G. Lockhart
Sat, 10 Oct 1998 17:13:47 +0000 (17:13 +0000)
Update UNLISTEN to not require double-quotes around the wildcard argument.
Clean up markup.

doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/unlisten.sgml

index c49345dd5cdd1e0f9de0e9758b16fb2cf31bdf04..3909f651d2d2b2415fcf17133ef00b201696a498 100644 (file)
@@ -278,6 +278,7 @@ The limitations mostly stem from
 difficulty in extracting certain meta-information from the system
 catalogs.
 
+
 
 
 partial indices
index 1fa0083e04f38867e5ceecd88b78085825ef4212..b353ff6f68d8e4ff568ea4d909fb19164c9f0a23 100644 (file)
@@ -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.