projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3825963
)
Document that NOTIFY events are visible to all users.
author
Bruce Momjian
<bruce@momjian.us>
Thu, 30 Aug 2012 01:45:31 +0000
(21:45 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 30 Aug 2012 01:45:31 +0000
(21:45 -0400)
doc/src/sgml/ref/notify.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/notify.sgml
b/doc/src/sgml/ref/notify.sgml
index 44807062930c6acfc0b35c0140f0ffd8c6a7bae9..a9405fdd313b7ef2da46354cf224e131ffc33880 100644
(file)
--- 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>