mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Document that NOTIFY events are visible to all users.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user