ALTER TRIGGER

ALTER TRIGGER

Name

ALTER TRIGGER -- change the definition of a trigger

Synopsis

ALTER TRIGGER name ON table_name RENAME TO new_name

Description

ALTER TRIGGER changes properties of an existing trigger. The RENAME clause changes the name of the given trigger without otherwise changing the trigger definition.

You must own the table on which the trigger acts to be allowed to change its properties.

Parameters

name

The name of an existing trigger to alter.

table_name

The name of the t