- $_TD{name}
+ $_TD->{name}
Name of the trigger being called
- $_TD{event}
+ $_TD->{event}
Trigger event: INSERT>, UPDATE>, DELETE>, or UNKNOWN>
- $_TD{when}
+ $_TD->{when}
When the trigger was called: BEFORE, AFTER, or UNKNOWN
- $_TD{level}
+ $_TD->{level}
The trigger level: ROW, STATEMENT, or UNKNOWN
- $_TD{relid}
+ $_TD->{relid}
OID of the table on which the trigger fired
- $_TD{relname}
+ $_TD->{relname}
Name of the table on which the trigger fired
- @{$_TD{argv}}
+ @{$_TD->{argv}}
Arguments of the trigger function
- $_TD{argc}
+ $_TD->{argc}
Number of arguments of the trigger function