Index of /postgresql-8.2.5/postgres/sql-dropindex.html |
PostgreSQL 8.2.5 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Fast Forward | Next |
DROP INDEX drops an existing index from the database system. To execute this command you must be the owner of the index.
Do not throw an error if the index does not exist. A notice is issued in this case.
The name (optionally schema-qualified) of an index to remove.
Automatically drop objects that depend on the index.
Refuse to drop the index if any objects depend on it. This is the default.
DROP INDEX is a PostgreSQL language extension. There are no provisions for indexes in the SQL standard.
HIVE: All information for read only. Please respect copyright! |