.\" XXX standard disclaimer belongs here....
.\" $Header: RCS/removerule,v 1.3 91/08/15 23:12:20 glass Exp $
.SP "REMOVE RULE" COMMANDS 6/14/90
.XA 2 "Remove Rule"
.uh NAME
.lp
remove rule \- removes a current rule from POSTGRES 
.uh SYNOPSIS
.lp
.b "remove [instance | rewrite] rule"
rule_name
.uh DESCRIPTION
.lp
This command drops the rule named rule_name
from the specified POSTGRES rule system.
POSTGRES will immediately cease enforcing
it and will purge its definition from the system catalogs.
.uh EXAMPLE
.sp
.in .5i
.nf
/* This example drops the rewrite rule example_1 */
.sp
   remove rewrite rule example_1
	
.fi
.uh "SEE ALSO"
.lp
define rule (commands).
.uh BUGS
.lp
Once a rule is dropped, access to historical information
the rule has written may disappear.
