ALTER TRIGGER

Name

ALTER TRIGGER -- change the definition of a trigger

Synopsis

ALTER TRIGGER name ON table RENAME TO new_name

Description

Note: The following description applies only to Postgres-XL

The ALTER TRIGGER statement is not yet supported in Postgres-XL.

See Also

ALTER TABLE