Skip to content

Commit db72302

Browse files
committed
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
1 parent 143290e commit db72302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3944,8 +3944,8 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
39443944
</para>
39453945

39463946
<para>
3947-
Also, execution-time partition pruning currently only occurs for the
3948-
<literal>Append</literal> node type, not <literal>MergeAppend</literal>.
3947+
Execution-time partition pruning currently occurs for the
3948+
<literal>Append</literal> and <literal>MergeAppend</literal> node types.
39493949
</para>
39503950

39513951
<para>

0 commit comments

Comments
 (0)