8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7061e03 commit 2e39f69Copy full SHA for 2e39f69
src/backend/optimizer/README
@@ -1109,7 +1109,7 @@ of joining relations.
1109
Partitionwise aggregates/grouping
1110
---------------------------------
1111
1112
-If the GROUP BY clause has contains all of the partition keys, all the rows
+If the GROUP BY clause contains all of the partition keys, all the rows
1113
that belong to a given group must come from a single partition; therefore,
1114
aggregation can be done completely separately for each partition. Otherwise,
1115
partial aggregates can be computed for each partition, and then finalized
0 commit comments