From 5f78d6cb77fa8ef0f0310e4a3266a952b74a5313 Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Mon, 15 Sep 2003 03:21:51 +0000
Subject: [PATCH] LISTEN doesn't issue a warning for redundant listens anymore.
  Also, add some 'See Also' links.

---
 doc/src/sgml/ref/listen.sgml   | 14 +++++++++++---
 doc/src/sgml/ref/notify.sgml   | 11 ++++++++++-
 doc/src/sgml/ref/unlisten.sgml | 11 ++++++++++-
 3 files changed, 31 insertions(+), 5 deletions(-)

diff --git a/doc/src/sgml/ref/listen.sgml b/doc/src/sgml/ref/listen.sgml
index 75861fa6115..433b5c3f530 100644
--- a/doc/src/sgml/ref/listen.sgml
+++ b/doc/src/sgml/ref/listen.sgml
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/listen.sgml,v 1.19 2003/09/12 23:04:46 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/listen.sgml,v 1.20 2003/09/15 03:21:51 tgl Exp $
 PostgreSQL documentation
 -->
 
@@ -32,8 +32,7 @@ LISTEN <replaceable class="PARAMETER">name</replaceable>
    listener on the notification condition <replaceable
    class="PARAMETER">name</replaceable>.
    If the current session is already registered as a listener for
-   this notification condition, a warning message appears and nothing
-   is done.
+   this notification condition, nothing is done.
   </para>
 
   <para>
@@ -111,6 +110,15 @@ Asynchronous notification "virtual" received from server process with PID 8448.
    standard.
   </para>
  </refsect1>
+
+ <refsect1>
+  <title>See Also</title>
+
+  <simplelist type="inline">
+   <member><xref linkend="sql-notify" endterm="sql-notify-title"></member>
+   <member><xref linkend="sql-unlisten" endterm="sql-unlisten-title"></member>
+  </simplelist>
+ </refsect1>
 </refentry>
 
 <!-- Keep this comment at the end of the file
diff --git a/doc/src/sgml/ref/notify.sgml b/doc/src/sgml/ref/notify.sgml
index b16265956ee..60f0d66bfbc 100644
--- a/doc/src/sgml/ref/notify.sgml
+++ b/doc/src/sgml/ref/notify.sgml
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/notify.sgml,v 1.23 2003/09/12 23:04:46 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/notify.sgml,v 1.24 2003/09/15 03:21:51 tgl Exp $
 PostgreSQL documentation
 -->
 
@@ -156,6 +156,15 @@ Asynchronous notification "virtual" received from server process with PID 8448.
    standard.
   </para>
  </refsect1>
+
+ <refsect1>
+  <title>See Also</title>
+
+  <simplelist type="inline">
+   <member><xref linkend="sql-listen" endterm="sql-listen-title"></member>
+   <member><xref linkend="sql-unlisten" endterm="sql-unlisten-title"></member>
+  </simplelist>
+ </refsect1>
 </refentry>
 
 <!-- Keep this comment at the end of the file
diff --git a/doc/src/sgml/ref/unlisten.sgml b/doc/src/sgml/ref/unlisten.sgml
index 0444d8f7c1c..d2bc3c1ad37 100644
--- a/doc/src/sgml/ref/unlisten.sgml
+++ b/doc/src/sgml/ref/unlisten.sgml
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/unlisten.sgml,v 1.24 2003/09/12 23:04:46 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/unlisten.sgml,v 1.25 2003/09/15 03:21:51 tgl Exp $
 PostgreSQL documentation
 -->
 
@@ -116,6 +116,15 @@ NOTIFY virtual;
    There is no <command>UNLISTEN</command> command in the SQL standard.
   </para>
  </refsect1>
+
+ <refsect1>
+  <title>See Also</title>
+
+  <simplelist type="inline">
+   <member><xref linkend="sql-listen" endterm="sql-listen-title"></member>
+   <member><xref linkend="sql-notify" endterm="sql-notify-title"></member>
+  </simplelist>
+ </refsect1>
 </refentry>
 
 <!-- Keep this comment at the end of the file
-- 
GitLab