Parameters
| Name | Type | Mode |
|---|---|---|
| $1 | text | IN |
| $2 | text | IN |
| $3 | text | IN |
args: a_schema_name, a_table_name, a_key_column_name - Creates a trigger on a table to prevent/allow updates and deletes of rows based on authorization token.
| Name | Type | Mode |
|---|---|---|
| $1 | text | IN |
| $2 | text | IN |
| $3 | text | IN |