projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7061e03
)
Remove extra word from src/backend/optimizer/README
author
Etsuro Fujita
<efujita@postgresql.org>
Fri, 31 Aug 2018 07:40:17 +0000
(16:40 +0900)
committer
Etsuro Fujita
<efujita@postgresql.org>
Fri, 31 Aug 2018 07:40:17 +0000
(16:40 +0900)
src/backend/optimizer/README
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/optimizer/README
b/src/backend/optimizer/README
index 0db3d36208d9e61e2c8121e5b9cc5ee745ca1b69..9c852a15ef09984871de2ec9bc887e30711f2dc0 100644
(file)
--- a/
src/backend/optimizer/README
+++ b/
src/backend/optimizer/README
@@
-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