diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-08-29 21:45:31 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-08-29 21:45:31 -0400 |
commit | 9fe6da5c0d8e70c9a541c3e1e0d637ab19c75ac1 (patch) | |
tree | 7ce007e3f290f2d53c1c035825e2104f788309eb /doc/src | |
parent | 3825963e7fbaa8dbc462d4f5286ff6149f4703dd (diff) | |
download | postgresql-9fe6da5c0d8e70c9a541c3e1e0d637ab19c75ac1.tar.gz postgresql-9fe6da5c0d8e70c9a541c3e1e0d637ab19c75ac1.zip |
Document that NOTIFY events are visible to all users.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/notify.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/notify.sgml b/doc/src/sgml/ref/notify.sgml index 44807062930..a9405fdd313 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> |