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.
remove rule -
removes a current rule from POSTGRES
remove [ instance | rewrite ] rule rule_name
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.
/* This example drops the rewrite rule example_1 */ remove rewrite rule example_1
define rule (commands).
Once a rule is dropped, access to historical information the rule has written may disappear.