SQL Reference Contents
drop database - destroy an existing database
drop database
dbname
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 createdb(l)
for details).
create database(l)
, destroydb(1)
.
This query should NOT
be executed interactively. The destroydb(1)
script should be used instead.
Table of Contents