summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2012-08-30 01:45:31 +0000
committerBruce Momjian2012-08-30 01:45:31 +0000
commit9fe6da5c0d8e70c9a541c3e1e0d637ab19c75ac1 (patch)
tree7ce007e3f290f2d53c1c035825e2104f788309eb
parent3825963e7fbaa8dbc462d4f5286ff6149f4703dd (diff)
Document that NOTIFY events are visible to all users.
-rw-r--r--doc/src/sgml/ref/notify.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/notify.sgml b/doc/src/sgml/ref/notify.sgml
index 4480706293..a9405fdd31 100644
--- a/doc/src/sgml/ref/notify.sgml
+++ b/doc/src/sgml/ref/notify.sgml
@@ -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>