Description
ALTER TRIGGER changes the definition of an existing trigger.
The RENAME clause causes the name of a trigger on the given table
to change without otherwise changing the trigger definition.
You must own the table on which the trigger acts in order to change its properties.
Notes
Refer to CREATE TRIGGER for a further description
of valid arguments.