Skip to content

Commit 5a61590

Browse files
author
Thomas G. Lockhart
committed
Add new "-n" flag to pg_dump.
Update UNLISTEN to not require double-quotes around the wildcard argument. Clean up markup.
1 parent d98011d commit 5a61590

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/src/sgml/ref/pg_dump.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ The limitations mostly stem from
278278
difficulty in extracting certain meta-information from the system
279279
catalogs.
280280

281+
<variablelist>
281282
<varlistentry>
282283
<term>
283284
partial indices

doc/src/sgml/ref/unlisten.sgml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Stop listening for notification on a notify condition
1818
<DATE>1998-10-07</DATE>
1919
</REFSYNOPSISDIVINFO>
2020
<SYNOPSIS>
21-
UNLISTEN <REPLACEABLE CLASS="PARAMETER">notifyname</REPLACEABLE> | "*"
21+
UNLISTEN { <REPLACEABLE CLASS="PARAMETER">notifyname</REPLACEABLE> | * }
2222
</SYNOPSIS>
2323

2424
<REFSECT2 ID="R2-SQL-UNLISTEN-1">
@@ -38,7 +38,14 @@ Inputs
3838
<LISTITEM>
3939
<PARA>
4040
Name of notify condition to stop listening to.
41-
If "*", all current listen registrations for this backend are cleared.
41+
42+
<VARLISTENTRY>
43+
<TERM>
44+
<literal>*</literal>
45+
</TERM>
46+
<LISTITEM>
47+
<PARA>
48+
All current listen registrations for this backend are cleared.
4249

4350
</VARIABLELIST>
4451

0 commit comments

Comments
 (0)