diff options
author | Bruce Momjian | 2012-08-30 01:45:31 +0000 |
---|---|---|
committer | Bruce Momjian | 2012-08-30 01:45:31 +0000 |
commit | 9fe6da5c0d8e70c9a541c3e1e0d637ab19c75ac1 (patch) | |
tree | 7ce007e3f290f2d53c1c035825e2104f788309eb | |
parent | 3825963e7fbaa8dbc462d4f5286ff6149f4703dd (diff) |
Document that NOTIFY events are visible to all users.
-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 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> |