1
0
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:
Bruce Momjian
2012-08-29 21:45:31 -04:00
parent 3825963e7f
commit 9fe6da5c0d

View File

@ -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>