home *** CD-ROM | disk | FTP | other *** search
- .\" XXX standard disclaimer belongs here....
- .\" $Header: /private/postgres/ref/postquel/RCS/removerule,v 1.5 1992/07/14 05:54:17 ptong Exp $
- .SP "REMOVE RULE" COMMANDS 6/14/90
- .XA 2 "Remove Rule"
- .uh NAME
- .lp
- remove rule \- removes a current rule from \*(PP
- .uh SYNOPSIS
- .lp
- .(l
- \fBremove\fR [ \fBinstance\fR | \fBrewrite\fR ] \fBrule\fR rule_name
- .)l
- .uh DESCRIPTION
- .lp
- This command drops the rule named rule_name
- from the specified \*(PP rule system.
- \*(PP will immediately cease enforcing
- it and will purge its definition from the system catalogs.
- .uh EXAMPLE
- .sp
- .in .5i
- .nf
- .ft C
- /* This example drops the rewrite rule example_1 */
-
- remove rewrite rule example_1
- .ft
- .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.
-