We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca40dc commit 1692d0cCopy full SHA for 1692d0c
doc/src/sgml/ddl.sgml
@@ -4678,16 +4678,6 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
4678
Partition pruning can be disabled using the
4679
<xref linkend="guc-enable-partition-pruning"/> setting.
4680
</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>
4691
</sect2>
4692
4693
<sect2 id="ddl-partitioning-constraint-exclusion">
0 commit comments