From 9fe6da5c0d8e70c9a541c3e1e0d637ab19c75ac1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 29 Aug 2012 21:45:31 -0400 Subject: [PATCH] Document that NOTIFY events are visible to all users. --- doc/src/sgml/ref/notify.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 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. -- 2.47.2