File tree 3 files changed +31
-5
lines changed 3 files changed +31
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -32,8 +32,7 @@ LISTEN <replaceable class="PARAMETER">name</replaceable>
32
32
listener on the notification condition <replaceable
33
33
class="PARAMETER">name</replaceable>.
34
34
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.
37
36
</para>
38
37
39
38
<para>
@@ -111,6 +110,15 @@ Asynchronous notification "virtual" received from server process with PID 8448.
111
110
standard.
112
111
</para>
113
112
</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>
114
122
</refentry>
115
123
116
124
<!-- Keep this comment at the end of the file
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -156,6 +156,15 @@ Asynchronous notification "virtual" received from server process with PID 8448.
156
156
standard.
157
157
</para>
158
158
</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>
159
168
</refentry>
160
169
161
170
<!-- Keep this comment at the end of the file
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -116,6 +116,15 @@ NOTIFY virtual;
116
116
There is no <command>UNLISTEN</command> command in the SQL standard.
117
117
</para>
118
118
</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>
119
128
</refentry>
120
129
121
130
<!-- Keep this comment at the end of the file
You can’t perform that action at this time.
0 commit comments