*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: psqlHelp.h,v 1.9 1996/12/29 19:31:06 momjian Exp $
+ * $Id: psqlHelp.h,v 1.10 1997/03/26 03:01:29 vadim Exp $
*
*-------------------------------------------------------------------------
*/
"create function ([,...]) returns \n\tas ''|''\n\tlanguage 'c'|'sql'|'internal';"},
{ "create index",
"construct an index",
- "create [unique] index
on [using ] (|(,...) []);"},
+ "create [unique] index
on [using ]\n( [] [,...] | (,...) [] );"},
{ "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 = ...]);"},