We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93d873 commit 69bdfc4Copy full SHA for 69bdfc4
doc/src/sgml/ref/notify.sgml
@@ -68,7 +68,7 @@ NOTIFY <replaceable class="PARAMETER">channel</replaceable> [ , <replaceable cla
68
<para>
69
When <command>NOTIFY</command> is used to signal the occurrence of changes
70
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.
+ <command>NOTIFY</command> in a statement trigger that is triggered by table updates.
72
In this way, notification happens automatically when the table is changed,
73
and the application programmer cannot accidentally forget to do it.
74
</para>
0 commit comments