aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1998-10-10 17:13:47 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1998-10-10 17:13:47 +0000
commit5a61590e4874c0f67dbe37b573edac3e984e99d7 (patch)
tree6e70e300e3de1bf15fb0c35f1bb868d6944fa7f1
parentd98011d8dea452603edc1b173590a2a56cfb6460 (diff)
downloadpostgresql-5a61590e4874c0f67dbe37b573edac3e984e99d7.tar.gz
postgresql-5a61590e4874c0f67dbe37b573edac3e984e99d7.zip
Add new "-n" flag to pg_dump.
Update UNLISTEN to not require double-quotes around the wildcard argument. Clean up markup.
-rw-r--r--doc/src/sgml/ref/pg_dump.sgml1
-rw-r--r--doc/src/sgml/ref/unlisten.sgml11
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
index c49345dd5cd..3909f651d2d 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.
+<variablelist>
<varlistentry>
<term>
partial indices
diff --git a/doc/src/sgml/ref/unlisten.sgml b/doc/src/sgml/ref/unlisten.sgml
index 1fa0083e04f..b353ff6f68d 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
<DATE>1998-10-07</DATE>
</REFSYNOPSISDIVINFO>
<SYNOPSIS>
-UNLISTEN <REPLACEABLE CLASS="PARAMETER">notifyname</REPLACEABLE> | "*"
+UNLISTEN { <REPLACEABLE CLASS="PARAMETER">notifyname</REPLACEABLE> | * }
</SYNOPSIS>
<REFSECT2 ID="R2-SQL-UNLISTEN-1">
@@ -38,7 +38,14 @@ Inputs
<LISTITEM>
<PARA>
Name of notify condition to stop listening to.
-If "*", all current listen registrations for this backend are cleared.
+
+<VARLISTENTRY>
+<TERM>
+<literal>*</literal>
+</TERM>
+<LISTITEM>
+<PARA>
+All current listen registrations for this backend are cleared.
</VARIABLELIST>