]> granicus.if.org Git - postgresql/commitdiff
Remove extra word from src/backend/optimizer/README
authorEtsuro Fujita <efujita@postgresql.org>
Fri, 31 Aug 2018 07:42:30 +0000 (16:42 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Fri, 31 Aug 2018 07:42:30 +0000 (16:42 +0900)
src/backend/optimizer/README

index 0db3d36208d9e61e2c8121e5b9cc5ee745ca1b69..9c852a15ef09984871de2ec9bc887e30711f2dc0 100644 (file)
@@ -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