projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
143290e
)
Fix documentation for run-time partition pruning
author
Michael Paquier
Fri, 24 Aug 2018 13:54:07 +0000
(22:54 +0900)
committer
Michael Paquier
Fri, 24 Aug 2018 13:54:07 +0000
(22:54 +0900)
Since
5220bb7
, not only Append, but also MergeAppend support the
operation.
Author: Amit Langote
Discussion: https://postgr.es/m/
59d8eb92
-4536-c44e-54e2-
305b9b3d8eb7
@lab.ntt.co.jp
doc/src/sgml/ddl.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ddl.sgml
b/doc/src/sgml/ddl.sgml
index 5ae3cacbf0ed30e3378456a150d386a53e52836c..b5ed1b793980175690108d8ebd8fd8ba598db057 100644
(file)
--- a/
doc/src/sgml/ddl.sgml
+++ b/
doc/src/sgml/ddl.sgml
@@
-3944,8
+3944,8
@@
EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
-
Also, execution-time partition pruning currently on
ly occurs for the
-
Append
node type, not
MergeAppend
.
+
Execution-time partition pruning current
ly occurs for the
+
Append
and
MergeAppend
node types
.