projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a64bf0a
)
Add a cross-reference to precedence information to CREATE OPERATOR's
author
Tom Lane
Thu, 8 Jul 2010 16:30:13 +0000
(16:30 +0000)
committer
Tom Lane
Thu, 8 Jul 2010 16:30:13 +0000
(16:30 +0000)
documentation. Per suggestion from Marc Cousin.
doc/src/sgml/ref/create_operator.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_operator.sgml
b/doc/src/sgml/ref/create_operator.sgml
index d70fefcf05c93a15570944d29cb09b9912502a59..faaf1b55b5d7cd7043bba7e8401e8eb5c4d280b0 100644
(file)
--- a/
doc/src/sgml/ref/create_operator.sgml
+++ b/
doc/src/sgml/ref/create_operator.sgml
@@
-1,5
+1,5
@@
@@
-226,6
+226,12
@@
COMMUTATOR = OPERATOR(myschema.===) ,
Refer to
for further information.
+
+ It is not possible to specify an operator's lexical precedence in
+
CREATE OPERATOR>, because the parser's precedence behavior
+ is hard-wired. See
for precedence details.
+
+
The obsolete options
SORT1>,
SORT2>,
LTCMP>, and
GTCMP> were formerly used to