drop_database.l
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
- ." This is -*-nroff-*-
- ." XXX standard disclaimer belongs here....
- ." $Header: /usr/local/cvsroot/pgsql/src/man/Attic/drop_database.l,v 1.4 1998/06/24 13:21:26 momjian Exp $
- .TH "DROP DATABASE" SQL 01/23/93 PostgreSQL PostgreSQL
- .SH NAME
- drop database - destroy an existing database
- .SH SYNOPSIS
- .nf
- fBdrop databasefR dbname
- .fi
- .SH DESCRIPTION
- .BR "Drop database"
- removes the catalog entries for an existing database and deletes the
- directory containing the data. It can only be executed by the
- database administrator (see
- .IR createdb(l)
- for details).
- .SH "SEE ALSO"
- create_database(l),
- destroydb(1).
- .SH BUGS
- This query should
- .BR NOT
- be executed interactively. The
- .IR destroydb(1)
- script should be used instead.