From: Vadim B. Mikheev Date: Wed, 26 Mar 1997 03:01:29 +0000 (+0000) Subject: '\h create index' shows that multi-column indices are available now. X-Git-Tag: REL6_1~420 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=87bc5db412ca74b227feef86cc50dc9c0f284d59;p=thirdparty%2Fpostgresql.git '\h create index' shows that multi-column indices are available now. --- diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index 5fd6d11bf37..3655245a813 100644 --- a/src/bin/psql/psqlHelp.h +++ b/src/bin/psql/psqlHelp.h @@ -5,7 +5,7 @@ * * 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 $ * *------------------------------------------------------------------------- */ @@ -64,7 +64,7 @@ static struct _helpStruct QL_HELP[] = { "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 = ...]);"},