table of contents
other languages
DROP RULE(7) | SQL Commands | DROP RULE(7) |
NAME¶
DROP RULE - 刪除一個重寫規則
SYNOPSIS¶
DROP RULE name ON relation [ CASCADE | RESTRICT ]
DESCRIPTION 描述¶
DROP RULE 刪除一個規則。
PARAMETERS 引數¶
EXAMPLES 例子¶
刪除重寫規則 newrule:
DROP RULE newrule ON mytable;
COMPATIBILITY 相容性¶
在 SQL 標準中沒有DROP RULE。
SEE ALSO 參見¶
CREATE RULE [create_rule(7)]
譯者¶
Postgresql 中文網站 何偉平 <laser@pgsqldb.org>
跋¶
本頁面中文版由中文
man 手冊頁計劃提供。
中文 man
手冊頁計劃:https://github.com/man-pages-zh/manpages-zh
2003-11-02 | SQL - Language Statements |