head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	94.03.12.11.11.02;	author aoki;	state Exp;
branches;
next	1.3;

1.3
date	93.01.26.02.43.13;	author aoki;	state Exp;
branches;
next	1.2;

1.2
date	92.07.14.05.54.17;	author ptong;	state Exp;
branches;
next	1.1;

1.1
date	90.07.18.16.22.22;	author mao;	state Exp;
branches;
next	;


desc
@man page for the removeindex postquel command
@


1.4
log
@formatting
@
text
@.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /usr/local/devel/postgres/src/ref/postquel/RCS/remove_index.cmdsrc,v 1.3 1993/01/26 02:43:13 aoki Exp aoki $
.TH "REMOVE INDEX" COMMANDS 03/12/94
.XA 2 "Remove Index"
.SH NAME
remove index \(em removes an index from \*(PG
.SH SYNOPSIS
.(l M
\fBremove index\fR index_name
.)l
.SH DESCRIPTION
This command drops an existing index from the \*(PG system.  To
execute this command you must be the owner of the index.
.SH EXAMPLE
.(C
/*
 * this command will remove the "emp_index" index
 */
remove index emp_index
.)C
.SH "SEE ALSO"
define index(commands).
@


1.3
log
@-man version
@
text
@d3 2
a4 2
.\" $Header: /home2/aoki/ref/postquel/RCS/removeindex,v 1.2 1992/07/14 05:54:17 ptong Exp aoki $
.TH "REMOVE INDEX" COMMANDS 01/23/93
d18 1
a18 1
 * this command will remove the EMP-INDEX index
@


1.2
log
@reformated
@
text
@d1 1
d3 2
a4 2
.\" $Header: /home/postgres/mer/refs/postquel/RCS/removeindex,v 1.1 1990/07/18 16:22:22 mao Exp ptong $
.SP "REMOVE INDEX" COMMANDS 6/14/90
d6 4
a9 6
.uh NAME
.lp
remove index \*- removes an index from \*(PP
.uh SYNOPSIS
.lp
.(l
d12 8
a19 10
.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 */

d21 3
a23 1
.ft
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
.\" $Header: removeindex,v 1.3 88/05/29 08:17:54 hirohama Exp $
d10 3
a12 2
.b "remove index"
index_name
d20 3
a22 2
/* The following command will remove the EMP-INDEX index */
.sp
d24 1
@
