Skip to content

Commit 1692d0c

Browse files
committed
Doc: Remove outdated note about run-time partition pruning
The note is no longer true as of 86dc900, so remove it. Author: Amit Langote Discussion: https://postgr.es/m/CA+HiwqFxQn7Hz1wT+wYgnf_9SK0c4BwOOwFFT8jcSZwJrd8HEA@mail.gmail.com
1 parent 9ca40dc commit 1692d0c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

doc/src/sgml/ddl.sgml

-10
Original file line numberDiff line numberDiff line change
@@ -4678,16 +4678,6 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
46784678
Partition pruning can be disabled using the
46794679
<xref linkend="guc-enable-partition-pruning"/> setting.
46804680
</para>
4681-
4682-
<note>
4683-
<para>
4684-
Execution-time partition pruning currently only occurs for the
4685-
<literal>Append</literal> and <literal>MergeAppend</literal> node types.
4686-
It is not yet implemented for the <literal>ModifyTable</literal> node
4687-
type, but that is likely to be changed in a future release of
4688-
<productname>PostgreSQL</productname>.
4689-
</para>
4690-
</note>
46914681
</sect2>
46924682

46934683
<sect2 id="ddl-partitioning-constraint-exclusion">

0 commit comments

Comments
 (0)