Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5f78d6c

Browse files
committed
LISTEN doesn't issue a warning for redundant listens anymore. Also,
add some 'See Also' links.
1 parent 72ed916 commit 5f78d6c

File tree

3 files changed

+31
-5
lines changed

3 files changed

+31
-5
lines changed

doc/src/sgml/ref/listen.sgml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/listen.sgml,v 1.19 2003/09/12 23:04:46 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/listen.sgml,v 1.20 2003/09/15 03:21:51 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -32,8 +32,7 @@ LISTEN <replaceable class="PARAMETER">name</replaceable>
3232
listener on the notification condition <replaceable
3333
class="PARAMETER">name</replaceable>.
3434
If the current session is already registered as a listener for
35-
this notification condition, a warning message appears and nothing
36-
is done.
35+
this notification condition, nothing is done.
3736
</para>
3837

3938
<para>
@@ -111,6 +110,15 @@ Asynchronous notification "virtual" received from server process with PID 8448.
111110
standard.
112111
</para>
113112
</refsect1>
113+
114+
<refsect1>
115+
<title>See Also</title>
116+
117+
<simplelist type="inline">
118+
<member><xref linkend="sql-notify" endterm="sql-notify-title"></member>
119+
<member><xref linkend="sql-unlisten" endterm="sql-unlisten-title"></member>
120+
</simplelist>
121+
</refsect1>
114122
</refentry>
115123

116124
<!-- Keep this comment at the end of the file

doc/src/sgml/ref/notify.sgml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/notify.sgml,v 1.23 2003/09/12 23:04:46 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/notify.sgml,v 1.24 2003/09/15 03:21:51 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -156,6 +156,15 @@ Asynchronous notification "virtual" received from server process with PID 8448.
156156
standard.
157157
</para>
158158
</refsect1>
159+
160+
<refsect1>
161+
<title>See Also</title>
162+
163+
<simplelist type="inline">
164+
<member><xref linkend="sql-listen" endterm="sql-listen-title"></member>
165+
<member><xref linkend="sql-unlisten" endterm="sql-unlisten-title"></member>
166+
</simplelist>
167+
</refsect1>
159168
</refentry>
160169

161170
<!-- Keep this comment at the end of the file

doc/src/sgml/ref/unlisten.sgml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/unlisten.sgml,v 1.24 2003/09/12 23:04:46 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/unlisten.sgml,v 1.25 2003/09/15 03:21:51 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -116,6 +116,15 @@ NOTIFY virtual;
116116
There is no <command>UNLISTEN</command> command in the SQL standard.
117117
</para>
118118
</refsect1>
119+
120+
<refsect1>
121+
<title>See Also</title>
122+
123+
<simplelist type="inline">
124+
<member><xref linkend="sql-listen" endterm="sql-listen-title"></member>
125+
<member><xref linkend="sql-notify" endterm="sql-notify-title"></member>
126+
</simplelist>
127+
</refsect1>
119128
</refentry>
120129

121130
<!-- Keep this comment at the end of the file

0 commit comments

Comments
 (0)