home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre2.z / postgre2 / ref / postquel / removerule < prev    next >
Encoding:
Text File  |  1992-08-27  |  829 b   |  36 lines

  1. .\" XXX standard disclaimer belongs here....
  2. .\" $Header: /private/postgres/ref/postquel/RCS/removerule,v 1.5 1992/07/14 05:54:17 ptong Exp $
  3. .SP "REMOVE RULE" COMMANDS 6/14/90
  4. .XA 2 "Remove Rule"
  5. .uh NAME
  6. .lp
  7. remove rule \- removes a current rule from \*(PP 
  8. .uh SYNOPSIS
  9. .lp
  10. .(l
  11. \fBremove\fR [ \fBinstance\fR | \fBrewrite\fR ] \fBrule\fR rule_name
  12. .)l
  13. .uh DESCRIPTION
  14. .lp
  15. This command drops the rule named rule_name
  16. from the specified \*(PP rule system.
  17. \*(PP will immediately cease enforcing
  18. it and will purge its definition from the system catalogs.
  19. .uh EXAMPLE
  20. .sp
  21. .in .5i
  22. .nf
  23. .ft C
  24. /* This example drops the rewrite rule example_1 */
  25.  
  26. remove rewrite rule example_1
  27. .ft    
  28. .fi
  29. .uh "SEE ALSO"
  30. .lp
  31. define rule (commands).
  32. .uh BUGS
  33. .lp
  34. Once a rule is dropped, access to historical information
  35. the rule has written may disappear.
  36.