Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 5.2

(Apollo)

drop_index(l)


DROP INDEX

DROP INDEX

NAME
SYNOPSIS
DESCRIPTION
EXAMPLE
SEE ALSO

NAME

drop index - removes an index from Postgres

SYNOPSIS

drop index index_name

DESCRIPTION

This command drops an existing index from the Postgres system. To execute this command you must be the owner of the index.

EXAMPLE

--
--this command will remove the "emp_index" index
--
drop index emp_index

SEE ALSO

create index(l).



drop_index(l)