File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
*
6
6
* Copyright (c) 1994, Regents of the University of California
7
7
*
8
- * $Id: psqlHelp.h,v 1.61 1999/03/24 06:57:20 ishii Exp $
8
+ * $Id: psqlHelp.h,v 1.62 1999/04/14 23:48:07 tgl Exp $
9
9
*
10
10
*-------------------------------------------------------------------------
11
11
*/
@@ -102,8 +102,8 @@ static struct _helpStruct QL_HELP[] = {
102
102
\t[LEFTARG = type1][,RIGHTARG = type2]\n\
103
103
\t,PROCEDURE = func_name,\n\
104
104
\t[,COMMUTATOR = com_op][,NEGATOR = neg_op]\n\
105
- \t[,RESTRICT = res_proc][,HASHES]\n\
106
- \t[,JOIN = join_proc ][,SORT = sort_op1...sort_opN ]);" },
105
+ \t[,RESTRICT = res_proc][,JOIN = join_proc][, HASHES]\n\
106
+ \t[,SORT1 = left_sort_op ][,SORT2 = right_sort_op ]);" },
107
107
{"create rule" ,
108
108
"define a new rule" ,
109
109
"\
You can’t perform that action at this time.
0 commit comments