OSDN Git Service

Add docs about left-associativity of operators.
authorBruce Momjian <bruce@momjian.us>
Wed, 17 Mar 1999 21:27:02 +0000 (21:27 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 17 Mar 1999 21:27:02 +0000 (21:27 +0000)
doc/src/sgml/oper.sgml

index ac7644d..9093650 100644 (file)
@@ -58,7 +58,7 @@ has a command (<Command>\dd</Command>) to show these operators.
 
 <para>
 Operators have a precedence which is currently hardcoded into the parser.
-Most operators have the same precedence and are non-associative. This may lead
+Most operators have the same precedence and are left-associative. This may lead
 to non-intuitive behavior; for example the boolean operators "&lt;" and "&gt;"
 have a different precedence that the boolean operators "&lt;=" and "&gt;=".