notify.diff

text/x-diff

Filename: notify.diff
Type: text/x-diff
Part: 0
Message: Re: LISTEN/NOTIFY Security and the docs

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
doc/src/sgml/ref/notify.sgml 0 0
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>