diff --git a/doc/src/sgml/ref/create_operator.sgml b/doc/src/sgml/ref/create_operator.sgml index d70fefcf05c..faaf1b55b5d 100644 --- 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