fields.
Backpatch to 9.0 and 9.1.
Report from Pavel Stehule, patch from Josh Kupershmidt
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
- and for DELETE operations.
+ triggers. This variable is not defined in statement-level triggers
+ or 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
- and for INSERT operations.
+ triggers. This variable is not defined in statement-level triggers
+ or INSERT operations.