.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. "