Trigger¶
The Config Load Directory is triggers.d.
- name SQL Identifier
- Name
- tables List [SQL Identifier]
- Tables
- moment String
The moment at which the trigger is fired. Possible values are
BEFOREAFTERINSTEAD OF
- events List [String]
Events at which the trigger is fired.
INSERTUPDATE [ OF column_name [, ... ] ]DELETE
- for_each
Fire trigger for each
ROWSTATEMENT
- condition String
- When condition that has to be fullfilled for the trigger to be fired.
- language String
- See Function (language)
- language String
- See Function (variables)
- body String
- See Function (body)