Variables passed to the PL/pgSQL TRIGGER function
The following is a complete list of variables available to a trigger function written in PL/pgSQL:
|
|
Both are |
|
|
The name of the trigger (this and following from the trigger definition). |
|
|
One of
|
|
|
|
|
|
One of |
|
|
|
|
|
The name of the table (old spelling |
|
|
The schema name of the table. |
|
|
Number of arguments and the array of the arguments from trigger definition. |