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

  • BEFORE
  • AFTER
  • INSTEAD OF
events List [String]

Events at which the trigger is fired.

  • INSERT
  • UPDATE [ OF column_name [, ... ] ]
  • DELETE
for_each

Fire trigger for each

  • ROW
  • STATEMENT
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)