drop_rule.hlp
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:0k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. .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. 
  2. " {} "Synopsis" {bold} "
  3. DROP RULE name
  4. " {} "Usage" {bold} "
  5. To drop the rewrite rule newrule: 
  6.    DROP RULE newrule
  7.    
  8. " {} "Notes" {bold} "
  9. The DROP RULE statement is a Postgres language extension. 
  10. Refer to CREATE RULE for information on how to create rules. "