Query: drop_index
OS: suse
Section: 7
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DROPINDEX(7) SQL Commands DROP INDEX(7)NAMEDROP INDEX - remove an indexSYNOPSISDROP INDEX [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]DESCRIPTIONDROP INDEX drops an existing index from the database system. To execute this command you must be the owner of the index.PARAMETERSIF EXISTS Do not throw an error if the index does not exist. A notice is issued in this case. name The name (optionally schema-qualified) of an index to remove. CASCADE Automatically drop objects that depend on the index. RESTRICT Refuse to drop the index if any objects depend on it. This is the default.EXAMPLESThis command will remove the index title_idx: DROP INDEX title_idx;COMPATIBILITYDROP INDEX is a PostgreSQL language extension. There are no provisions for indexes in the SQL standard.SEE ALSOCREATE INDEX [create_index(7)] SQL - Language Statements 2010-05-14 DROP INDEX(7)
Related Man Pages |
---|
drop_aggregate(7) - suse |
drop_language(7) - suse |
drop_table(7) - suse |
drop_table(7) - debian |
drop_table(7) - mojave |
Similar Topics in the Unix Linux Community |
---|
Help required in this script. |
help required in understanding this script!!! |
Storing the contents of a file in a variable |
PLSQL |