Document that NOTIFY events are visible to all users.
authorBruce Momjian <bruce@momjian.us>
Thu, 30 Aug 2012 01:45:31 +0000 (21:45 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 30 Aug 2012 01:45:31 +0000 (21:45 -0400)
doc/src/sgml/ref/notify.sgml

index 44807062930c6acfc0b35c0140f0ffd8c6a7bae9..a9405fdd313b7ef2da46354cf224e131ffc33880 100644 (file)
@@ -33,7 +33,8 @@ NOTIFY <replaceable class="PARAMETER">channel</replaceable> [ , <replaceable cla
    with an optional <quote>payload</> string to each client application that
    has previously executed
    <command>LISTEN <replaceable class="parameter">channel</></command>
-   for the specified channel name in the current database.
+   for the specified channel name in the current database. 
+   Notifications are visible to all users.
   </para>
 
   <para>