diff --git a/doc/src/sgml/ref/notify.sgml b/doc/src/sgml/ref/notify.sgml
new file mode 100644
index 4480706..a9405fd
*** a/doc/src/sgml/ref/notify.sgml
--- b/doc/src/sgml/ref/notify.sgml
*************** NOTIFY <replaceable class="PARAMETER">ch
*** 33,39 ****
     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.
    </para>
  
    <para>
--- 33,40 ----
     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. 
!    Notifications are visible to all users.
    </para>
  
    <para>
