File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -278,6 +278,7 @@ The limitations mostly stem from
278
278
difficulty in extracting certain meta-information from the system
279
279
catalogs.
280
280
281
+ <variablelist>
281
282
<varlistentry>
282
283
<term>
283
284
partial indices
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Stop listening for notification on a notify condition
18
18
<DATE>1998-10-07</DATE>
19
19
</REFSYNOPSISDIVINFO>
20
20
<SYNOPSIS>
21
- UNLISTEN <REPLACEABLE CLASS="PARAMETER">notifyname</REPLACEABLE> | "*"
21
+ UNLISTEN { <REPLACEABLE CLASS="PARAMETER">notifyname</REPLACEABLE> | * }
22
22
</SYNOPSIS>
23
23
24
24
<REFSECT2 ID="R2-SQL-UNLISTEN-1">
@@ -38,7 +38,14 @@ Inputs
38
38
<LISTITEM>
39
39
<PARA>
40
40
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.
42
49
43
50
</VARIABLELIST>
44
51
You can’t perform that action at this time.
0 commit comments