Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteaffc61

Browse files
committed
Correct psql's online help for CREATE OPERATOR, which did
not match what the backend actually accepts.
1 parentfaba9fa commiteaffc61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/psql/psqlHelp.h

Lines changed: 3 additions & 3 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.61 1999/03/24 06:57:20 ishii Exp $
8+
* $Id: psqlHelp.h,v 1.62 1999/04/14 23:48:07 tgl Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -102,8 +102,8 @@ static struct _helpStruct QL_HELP[] = {
102102
\t[LEFTARG = type1][,RIGHTARG = type2]\n\
103103
\t,PROCEDURE = func_name,\n\
104104
\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]);"},
107107
{"create rule",
108108
"define a new rule",
109109
"\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp