Backpatch to 9.0 and 9.1.
Patch from Josh Kupershmidt.
Data type RECORD; variable holding the new
database row for INSERT>/UPDATE> operations in row-level
- triggers. This variable is not defined in statement-level triggers
- or DELETE operations.
+ triggers. This variable is NULL 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 not defined in statement-level triggers
- or INSERT operations.
+ triggers. This variable is NULL in statement-level triggers
+ and for INSERT operations.