Add a cross-reference to precedence information to CREATE OPERATOR's
authorTom Lane
Thu, 8 Jul 2010 16:30:13 +0000 (16:30 +0000)
committerTom 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

index d70fefcf05c93a15570944d29cb09b9912502a59..faaf1b55b5d7cd7043bba7e8401e8eb5c4d280b0 100644 (file)
@@ -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