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

  1. .\" XXX standard disclaimer belongs here....
  2. .\" $Header: /private/postgres/ref/postquel/RCS/removeaggregate,v 1.5 1992/07/14 05:54:17 ptong Exp $
  3. .SP "REMOVE AGGREGATE" COMMANDS 6/14/90
  4. .XA 2 "Remove Aggregate"
  5. .uh NAME
  6. .lp
  7. remove aggregate \*- remove the definition of an aggregate
  8. .uh SYNOPSIS
  9. .lp
  10. .(l
  11. \fBremove aggregate\fR aggname
  12. .)l
  13. .uh DESCRIPTION
  14. .lp
  15. .b "Remove aggregate"
  16. will remove all reference to an existing aggregate definition.
  17. To execute this command the current user must be the
  18. the owner of the aggregate.
  19. .uh EXAMPLE
  20. .lp
  21. .nf
  22. .ft C
  23. /* Remove the average aggregate */
  24.  
  25. remove aggregate avg
  26. .ft
  27. .fi
  28. .uh "SEE ALSO"
  29. .lp
  30. define aggregate(commands).
  31.