From: Tom Lane Date: Wed, 14 Apr 1999 23:48:07 +0000 (+0000) Subject: Correct psql's online help for CREATE OPERATOR, which did X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=c113da040e98844d7ae7eeb3650d92f3e40a6bbe;p=users%2Fbernd%2Fpostgres.git Correct psql's online help for CREATE OPERATOR, which did not match what the backend actually accepts. --- diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index a2dbb169ac..e15dcae7f6 100644 --- a/src/bin/psql/psqlHelp.h +++ b/src/bin/psql/psqlHelp.h @@ -102,8 +102,8 @@ static struct _helpStruct QL_HELP[] = { \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]);"}, +\t[,RESTRICT = res_proc][,JOIN = join_proc][,HASHES]\n\ +\t[,SORT1 = left_sort_op][,SORT2 = right_sort_op]);"}, {"create rule", "define a new rule", "\