drop.l
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. ." This is -*-nroff-*-
  2. ." XXX standard disclaimer belongs here....
  3. ." $Header: /usr/local/cvsroot/pgsql/src/man/Attic/drop.l,v 1.6 1998/06/23 17:52:34 momjian Exp $
  4. .TH "DROP ATTRIBUTE" SQL 09/26/97 PostgreSQL
  5. .SH NAME
  6. drop - destroy existing attributes
  7. .SH SYNOPSIS
  8. .nf
  9. fBdrop {aggregate|database|function|index|operator
  10.      |rule|sequence|table|trigger|type|view}fR
  11. .fi
  12. .SH DESCRIPTION
  13. .BR "drop attribute"
  14. removes an attribute from the database.
  15. Refer to a specific man page (e.g. "man drop_table") for details.
  16. .SH "SEE ALSO"
  17. delete(l),
  18. drop_aggregate(l),
  19. drop_database(l),
  20. drop_function(l),
  21. drop_index(l),
  22. drop_operator(l),
  23. drop_rule(l),
  24. drop_sequence(l),
  25. drop_table(l),
  26. drop_trigger(l),
  27. drop_type(l),
  28. drop_view(l).