Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 69bdfc4

Browse files
committed
doc: Change recommendation to put NOTIFY into a rule
Suggest a statement trigger instead.
1 parent c93d873 commit 69bdfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/notify.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ NOTIFY <replaceable class="PARAMETER">channel</replaceable> [ , <replaceable cla
6868
<para>
6969
When <command>NOTIFY</command> is used to signal the occurrence of changes
7070
to a particular table, a useful programming technique is to put the
71-
<command>NOTIFY</command> in a rule that is triggered by table updates.
71+
<command>NOTIFY</command> in a statement trigger that is triggered by table updates.
7272
In this way, notification happens automatically when the table is changed,
7373
and the application programmer cannot accidentally forget to do it.
7474
</para>

0 commit comments

Comments
 (0)