From: Tom Lane Date: Thu, 8 Jul 2010 16:30:13 +0000 (+0000) Subject: Add a cross-reference to precedence information to CREATE OPERATOR's X-Git-Tag: REL9_0_BETA3~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f882768dc8f85e915ce437dc3e688ca64ef4cca;p=postgresql Add a cross-reference to precedence information to CREATE OPERATOR's documentation. Per suggestion from Marc Cousin. --- diff --git a/doc/src/sgml/ref/create_operator.sgml b/doc/src/sgml/ref/create_operator.sgml index d70fefcf05..faaf1b55b5 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