Description
DROP RULE drops a rule from the specified
PostgreSQL rule
system. PostgreSQL
will immediately cease enforcing it and
will purge its definition from the system catalogs.
Notes
The DROP RULE statement is a
PostgreSQL
language extension.
Refer to CREATE RULE for
information on how to create rules.