NULL), and OLD is unassigned for INSERT, and NEW/OLD are unassigned (not
NULL) for statement-level triggers.
Per report from Pavel Stehule
Data type RECORD; variable holding the new
database row for INSERT>/UPDATE> operations in row-level
- triggers. This variable is NULL in statement-level triggers
+ triggers. This variable is unassigned in statement-level triggers
and for DELETE operations.
Data type RECORD; variable holding the old
database row for UPDATE>/DELETE> operations in row-level
- triggers. This variable is NULL in statement-level triggers
+ triggers. This variable is unassigned in statement-level triggers
and for INSERT operations.