You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a GROUP BY clause includes all columns of a unique index, as well as other columns of the same table, those other columns are redundant and can be dropped
300
+
from the grouping. This was already true for non-deferred primary keys.
301
+
</para>
302
+
</listitem>
303
+
287
304
<!--
288
305
Author: Richard Guo <rguo@postgresql.org>
289
306
2024-10-09 [67a54b9e8] Allow pushdown of HAVING clauses with grouping sets
0 commit comments