mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 15:19:08 -04:00
Remove extra word from src/backend/optimizer/README
This commit is contained in:
parent
a840a8ac7b
commit
40e9813913
1 changed files with 1 additions and 1 deletions
|
|
@ -1109,7 +1109,7 @@ of joining relations.
|
|||
Partitionwise aggregates/grouping
|
||||
---------------------------------
|
||||
|
||||
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
|
||||
that belong to a given group must come from a single partition; therefore,
|
||||
aggregation can be done completely separately for each partition. Otherwise,
|
||||
partial aggregates can be computed for each partition, and then finalized
|
||||
|
|
|
|||
Loading…
Reference in a new issue