DROP TRIGGER

Name

DROP TRIGGER -- remove a trigger

Synopsis

DROP TRIGGER [ IF EXISTS ] name ON table [ CASCADE | RESTRICT ]

Description

Note: The following description applies only to Postgres-XC

DROP TRIGGER statement has not been supported in Postgres-XC yet.

See Also

CREATE TRIGGER