Commit 5a61590e authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Add new "-n" flag to pg_dump.

Update UNLISTEN to not require double-quotes around the wildcard argument.
Clean up markup.
parent d98011d8
...@@ -278,6 +278,7 @@ The limitations mostly stem from ...@@ -278,6 +278,7 @@ The limitations mostly stem from
difficulty in extracting certain meta-information from the system difficulty in extracting certain meta-information from the system
catalogs. catalogs.
<variablelist>
<varlistentry> <varlistentry>
<term> <term>
partial indices partial indices
......
...@@ -18,7 +18,7 @@ Stop listening for notification on a notify condition ...@@ -18,7 +18,7 @@ Stop listening for notification on a notify condition
<DATE>1998-10-07</DATE> <DATE>1998-10-07</DATE>
</REFSYNOPSISDIVINFO> </REFSYNOPSISDIVINFO>
<SYNOPSIS> <SYNOPSIS>
UNLISTEN <REPLACEABLE CLASS="PARAMETER">notifyname</REPLACEABLE> | "*" UNLISTEN { <REPLACEABLE CLASS="PARAMETER">notifyname</REPLACEABLE> | * }
</SYNOPSIS> </SYNOPSIS>
<REFSECT2 ID="R2-SQL-UNLISTEN-1"> <REFSECT2 ID="R2-SQL-UNLISTEN-1">
...@@ -38,7 +38,14 @@ Inputs ...@@ -38,7 +38,14 @@ Inputs
<LISTITEM> <LISTITEM>
<PARA> <PARA>
Name of notify condition to stop listening to. 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> </VARIABLELIST>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment