Suggest a statement trigger instead.
When NOTIFY is used to signal the occurrence of changes
to a particular table, a useful programming technique is to put the
- NOTIFY in a rule that is triggered by table updates.
+ NOTIFY in a statement trigger that is triggered by table updates.
In this way, notification happens automatically when the table is changed,
and the application programmer cannot accidentally forget to do it.