DROP RULE
Section: SQL Commands (7)Updated: 2003-11-02
Index Return to Main Contents
NAME
DROP RULE - 删除一个重写规则SYNOPSIS
DROP RULE name ON relation [ CASCADE | RESTRICT ]
DESCRIPTION 描述
PARAMETERS 参数
- name
-
要删除的现存的规则。 - relation
-
该规则应用的关系名字(可以有模式修饰)。 - CASCADE
-
自动删除依赖于此规则的对象。 - RESTRICT
-
如果有任何依赖对象,则拒绝删除此规则。这个是缺省。
EXAMPLES 例子
删除重写规则 newrule:
DROP RULE newrule ON mytable;
COMPATIBILITY 兼容性
SEE ALSO 参见
CREATE RULE [create_rule(7)]译者
Postgresql 中文网站 何伟平 <laser@pgsqldb.org>
Index
This document was created by man2html, using the manual pages.
Time: 13:12:51 GMT, December 24, 2015