Description
DROP INDEX drops an existing index from the database
system. To execute this command you must be the owner of
the index.
Notes
DROP INDEX is a Postgres
language extension.
Refer to the CREATE INDEX statement for
information on how to create indexes.