aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/lib/help/drop_rule.hlp
blob: 1c395f574b46fc32a920e6513db8d6245c1d7e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.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. "