*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: psqlHelp.h,v 1.6 1996/10/07 02:32:39 momjian Exp $
+ * $Id: psqlHelp.h,v 1.7 1996/11/16 05:45:47 momjian Exp $
*
*-------------------------------------------------------------------------
*/
"create function ([,...]) returns \n\tas ''|''\n\tlanguage 'c'|'sql'|'internal';"},
{ "create index",
"construct an index",
- "create index
on [using ] (|(,...) []);"},
+ "create
[unique] index
on [using ] (|(,...) []);"},
{ "create operator",
"create a user-defined operator",
"create operator (\n\t[leftarg = ][,rightarg = ]\n\t,procedure = ,\n\t[,commutator = ][,negator = ]\n\t[,restrict = ][,hashes]\n\t[,join = ][,sort = ...]);"},
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_index.l,v 1.1 1996/11/14 10:15:55 scrappy Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_index.l,v 1.2 1996/11/16 05:45:56 momjian Exp $
.TH "CREATE INDEX" SQL 11/05/95 Postgres95 Postgres95
.SH NAME
create index \(em construct a secondary index
.SH SYNOPSIS
.nf
-\fBcreate\fR \fBindex\fR index-name
+\fBcreate\fR [\fBunique\fR] \fBindex\fR index-name
\fBon\fR classname [\fBusing\fR am-name]
\fB(\fR attname [type_class\fB] )\fR
-\fBcreate\fR \fBindex\fR index-name
+\fBcreate\fR [\fBunique\fR] \fBindex\fR index-name
\fBon\fR classname [\fBusing\fR am-name]
\fB(\fR funcname \fB(\fR attname\-1 { , attname\-i } \fB)\fR type_class \fB)\fR
.fi