diff --git a/doc/src/sgml/xoper.sgml b/doc/src/sgml/xoper.sgml index 23db99705f..395306bbd6 100644 --- a/doc/src/sgml/xoper.sgml +++ b/doc/src/sgml/xoper.sgml @@ -1,5 +1,5 @@ @@ -472,6 +472,17 @@ table1.column1 OP table2.column2 + + + GROUP BY and DISTINCT operations require each + datatype being grouped or compared to have a mergejoinable + equality operator named =. The equality operator and its + associated SORT1 operator are used to implement these + operations. Also, the associated SORT1 operator is the + default ordering operator for ORDER BY. + + + In PostgreSQL versions before 7.3,