.\" XXX standard disclaimer belongs here....
.\" $Header: /private/postgres/ref/postquel/RCS/removeindex,v 1.2 1992/07/14 05:54:17 ptong Exp $
.SP "REMOVE INDEX" COMMANDS 6/14/90
.XA 2 "Remove Index"
.uh NAME
.lp
remove index \*- removes an index from \*(PP
.uh SYNOPSIS
.lp
.(l
\fBremove index\fR index_name
.)l
.uh DESCRIPTION
.lp
This command drops an existing index from the \*(PP system.
To execute this command you must be the owner of the index.
.uh EXAMPLE
.lp
.nf
.ft C
/* this command will remove the EMP-INDEX index */

remove index emp_index
.ft
