drop_database.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_database.l,v 1.4 1998/06/24 13:21:26 momjian Exp $
  4. .TH "DROP DATABASE" SQL 01/23/93 PostgreSQL PostgreSQL
  5. .SH NAME
  6. drop database - destroy an existing database
  7. .SH SYNOPSIS
  8. .nf
  9. fBdrop databasefR dbname
  10. .fi
  11. .SH DESCRIPTION
  12. .BR "Drop database"
  13. removes the catalog entries for an existing database and deletes the
  14. directory containing the data.  It can only be executed by the
  15. database administrator (see
  16. .IR createdb(l)
  17. for details).
  18. .SH "SEE ALSO"
  19. create_database(l),
  20. destroydb(1).
  21. .SH BUGS
  22. This query should 
  23. .BR NOT
  24. be executed interactively.  The 
  25. .IR destroydb(1)
  26. script should be used instead.