Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 87bc5db

Browse files
committed
'\h create index' shows that multi-column indices are available now.
1 parent 7d33662 commit 87bc5db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/psqlHelp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
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 $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -64,7 +64,7 @@ static struct _helpStruct QL_HELP[] = {
6464
"create function <function_name> ([<type1>,...<typeN>]) returns <return_type>\n\tas '<object_filename>'|'<sql-queries>'\n\tlanguage 'c'|'sql'|'internal';"},
6565
{ "create index",
6666
"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>] );"},
6868
{ "create operator",
6969
"create a user-defined operator",
7070
"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>]);"},

0 commit comments

Comments
 (0)