Provided by:
manpages-zh_1.5.2-1_all 
NAME
dropdb - PostgreSQL
SYNOPSIS
dropdb [ option... ] dbname
DESCRIPTION
dropdb PostgreSQL
dropdb SQL DROP DATABASE [drop_database(7)]
OPTIONS
dropdb
dbname
-e
--echo
dropdb
-i
--interactive
-q
--quiet
createuser
-h host
--host host
Unix
-p port
--port port
TCP Unix
-U username
--username username
-W
--password
ENVIRONMENT
PGHOST
PGPORT
PGUSER
DIAGNOSTICS
DROP DATABASE [drop_database(7)] psql(1) libpq
EXAMPLES
demo
$ dropdb demo
DROP DATABASE
edendemo 5000
$ dropdb -p 5000 -h eden -i -e demo
Database "demo" will be permanently deleted.
Are you sure? (y/n) y
DROP DATABASE "demo"
DROP DATABASE
SEE ALSO
createdb(1), DROP DATABASE [drop_database(7)]
Postgresql <laser@pgsqldb.org>