diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index 80cf415bb76..c153c841dc2 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -304,6 +304,12 @@ from the grouping. This was already true for non-deferred primary keys. @@ -313,7 +319,7 @@ Allow some HAVING clauses on GROUPING SETS to be pushed to WHERE clauses (Richar -This allows earlier row filtering. +This allows earlier row filtering. This release also fixes some GROUPING SETS queries that used to return incorrect results.