diff --git a/doc/src/sgml/oper.sgml b/doc/src/sgml/oper.sgml index 179a05e4913..350cdb2c075 100644 --- a/doc/src/sgml/oper.sgml +++ b/doc/src/sgml/oper.sgml @@ -60,7 +60,7 @@ select * from emp where int4lt(salary, 40000); Operators have a precedence which is currently hardcoded into the parser. Most operators have the same precedence and are left-associative. This may lead to non-intuitive behavior; for example the boolean operators "<" and ">" - have a different precedence that the boolean operators "<=" and ">=". + have a different precedence than the boolean operators "<=" and ">=".