mirror of
https://github.com/postgres/postgres.git
synced 2025-04-20 00:42:27 +03:00
Fix documentation for run-time partition pruning
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
This commit is contained in:
parent
143290efd0
commit
db72302b0a
@ -3944,8 +3944,8 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Also, execution-time partition pruning currently only occurs for the
|
Execution-time partition pruning currently occurs for the
|
||||||
<literal>Append</literal> node type, not <literal>MergeAppend</literal>.
|
<literal>Append</literal> and <literal>MergeAppend</literal> node types.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user