Creating or replacing a trigger does not grant trigger-related privileges to either the creator or the immediate owner of that trigger.
You cannot grant privileges on a trigger, only on the database or table to which the trigger applies.
| Goal | Privileges User Needs |
|---|---|
| Create trigger |
|
| Replace trigger |
|
| Drop trigger | DROP TRIGGER privilege on the subject table or the database containing the table |
| Run trigger | privileges required for executing triggering statements. In addition, the immediate owner of the trigger must have:
|