From: Bruce Momjian Date: Thu, 30 Aug 2012 01:45:31 +0000 (-0400) Subject: Document that NOTIFY events are visible to all users. X-Git-Tag: REL9_3_BETA1~997 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fe6da5c0d8e70c9a541c3e1e0d637ab19c75ac1;p=postgresql Document that NOTIFY events are visible to all users. --- 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 channel [ , 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.