projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d375ee2
)
Correct psql's online help for CREATE OPERATOR, which did
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 14 Apr 1999 23:48:07 +0000
(23:48 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 14 Apr 1999 23:48:07 +0000
(23:48 +0000)
not match what the backend actually accepts.
src/bin/psql/psqlHelp.h
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/psqlHelp.h
b/src/bin/psql/psqlHelp.h
index a2dbb169ac9cce0d74ef66b16f065408bd7eaa4a..e15dcae7f667ff5d5f3ac74872b73574796c962b 100644
(file)
--- 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",
"\