drop_rule.hlp
来自「关系型数据库 Postgresql 6.5.2」· HLP 代码 · 共 18 行
HLP
18 行
.pgaw:Help.f.t insert end "DROP RULE" {bold} " drops a rule from the specified Postgres rule system. Postgres will immediately cease enforcing it and will purge its definition from the system catalogs. " {} "Synopsis" {bold} "DROP RULE name" {} "Usage" {bold} "To drop the rewrite rule newrule: DROP RULE newrule " {} "Notes" {bold} "The DROP RULE statement is a Postgres language extension. Refer to CREATE RULE for information on how to create rules. "
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?