WARNING

This text was automatically converted from troff me macros to HTML. Information may have been lost, added, or changed in the process. Lars Aronsson and Lysator do not guarantee the correctness of this HTML document.

NAME

remove rule - removes a current rule from POSTGRES

SYNOPSIS

remove [ instance | rewrite ] rule rule_name

DESCRIPTION

This command drops the rule named rule_name from the specified POSTGRES rule system. POSTGRES will immediately cease enforcing it and will purge its definition from the system catalogs.

EXAMPLE

/* This example drops the rewrite rule example_1 */

remove rewrite rule example_1

SEE ALSO

define rule (commands).

BUGS

Once a rule is dropped, access to historical information the rule has written may disappear.