Document that NOTIFY events are visible to all users.
authorBruce Momjian
Thu, 30 Aug 2012 01:45:31 +0000 (21:45 -0400)
committerBruce Momjian
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 channel [ , 
    with an optional payload string to each client application that
    has previously executed
    LISTEN channel
-   for the specified channel name in the current database.
+   for the specified channel name in the current database. 
+   Notifications are visible to all users.