drop_rule.7

来自「PostgreSQL 8.2中增加了很多企业用户所需要的功能和性能上的提高,其开」· 7 代码 · 共 47 行

7
47
字号
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $.TH "DROP RULE" "" "2008-01-03" "SQL - Language Statements" "SQL Commands".SH NAMEDROP RULE \- remove a rewrite rule.SH SYNOPSIS.sp.nfDROP RULE [ IF EXISTS ] \fIname\fR ON \fIrelation\fR [ CASCADE | RESTRICT ].sp.fi.SH "DESCRIPTION".PP\fBDROP RULE\fR drops a rewrite rule..SH "PARAMETERS".TP\fBIF EXISTS\fRDo not throw an error if the rule does not exist. A notice is issued in this case..TP\fB\fIname\fB\fRThe name of the rule to drop..TP\fB\fIrelation\fB\fRThe name (optionally schema-qualified) of the table or view thatthe rule applies to..TP\fBCASCADE\fRAutomatically drop objects that depend on the rule..TP\fBRESTRICT\fRRefuse to drop the rule if any objects depend on it. This isthe default..SH "EXAMPLES".PPTo drop the rewrite rule newrule:.sp.nfDROP RULE newrule ON mytable;.sp.fi.SH "COMPATIBILITY".PPThere is no \fBDROP RULE\fR statement in the SQL standard..SH "SEE ALSO"CREATE RULE [\fBcreate_rule\fR(7)]

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?