~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
DROP SCHEMA
============

DROP SCHEMA removes all tables and related objects from a schema once all queries or DML have ceased
on them. It then removes the schema itself from the catalog that owned it.

DROP SCHEMA schema_name