Query: drop_rule
OS: redhat
Section: 7
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DROPRULE(7) SQL Commands DROP RULE(7)NAMEDROP RULE - remove a rewrite ruleSYNOPSISDROP RULE name ON relation [ CASCADE | RESTRICT ] INPUTS name The name of an existing rule to drop. relation The name (optionally schema-qualified) of the relation the rule applies to. CASCADE Automatically drop objects that depend on the rule. RESTRICT Refuse to drop the rule if there are any dependent objects. This is the default. OUTPUTS DROP RULE Message returned if successful. ERROR: Rule "name" not found This message occurs if the specified rule does not exist.DESCRIPTIONDROP RULE drops a rule from the specified PostgreSQL rule system. PostgreSQL will immediately cease enforcing it and will purge its defini- tion 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.USAGETo drop the rewrite rule newrule: DROP RULE newrule ON mytable;COMPATIBILITYSQL92 There is no DROP RULE in SQL92. SQL - Language Statements 2002-11-22 DROP RULE(7)
Related Man Pages |
---|
drop_language(7) - centos |
drop_function(7) - redhat |
drop_language(7) - redhat |
drop_operator(7) - redhat |
drop_language(7) - suse |
Similar Topics in the Unix Linux Community |
---|
Linux iptables -> is it possible? |
Continual knocking on port 443 from foreign IP address |
iptables ruleset to allow http |
Is my iptables fine? |