|
5 | 5 | *
|
6 | 6 | * Copyright (c) 1994, Regents of the University of California
|
7 | 7 | *
|
8 |
| - * $Id: psqlHelp.h,v 1.9 1996/12/29 19:31:06 momjian Exp $ |
| 8 | + * $Id: psqlHelp.h,v 1.10 1997/03/26 03:01:29 vadim Exp $ |
9 | 9 | *
|
10 | 10 | *-------------------------------------------------------------------------
|
11 | 11 | */
|
@@ -64,7 +64,7 @@ static struct _helpStruct QL_HELP[] = {
|
64 | 64 | "create function <function_name> ([<type1>,...<typeN>]) returns <return_type>\n\tas '<object_filename>'|'<sql-queries>'\n\tlanguage 'c'|'sql'|'internal';"},
|
65 | 65 | {"create index",
|
66 | 66 | "construct an index",
|
67 |
| -"create [unique] index <indexname> on <class_name> [using <access_method>] (<attr1>|<funcname>(<attr1>,...) [<type_class1>]);"}, |
| 67 | +"create [unique] index <indexname> on <class_name> [using <access_method>]\n(<attr1> [<type_class1>] [,...] |<funcname>(<attr1>,...) [<type_class>]);"}, |
68 | 68 | {"create operator",
|
69 | 69 | "create a user-defined operator",
|
70 | 70 | "create operator <operator_name> (\n\t[leftarg = <type1>][,rightarg = <type2>]\n\t,procedure = <func_name>,\n\t[,commutator = <com_op>][,negator = <neg_op>]\n\t[,restrict = <res_proc>][,hashes]\n\t[,join = <join_proc>][,sort = <sort_op1>...<sort_opN>]);"},
|
|