| PostgreSQL 8.2.23 Documentation | ||||
|---|---|---|---|---|
| Prev | Fast Backward | Fast Forward | Next | |
Do not throw an error if the type does not exist. A notice is issued in this case.
The name (optionally schema-qualified) of the data type to remove.
Automatically drop objects that depend on the type (such as table columns, functions, operators).
Refuse to drop the type if any objects depend on it. This is the default.
Read the upstream documentation. For corrections, first check the current version.