~drizzle-trunk/drizzle/development

1878.5.4 by Brian Aker
Update documentation.
1
DROP SCHEMA
2
============
3
4
DROP SCHEMA removes all tables and related objects from a schema once all queries or DML have ceased
5
on them. It then removes the schema itself from the catalog that owned it.
6
7
DROP SCHEMA schema_name