We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0840b commit 9b34f10Copy full SHA for 9b34f10
doc/src/sgml/ddl.sgml
@@ -4837,7 +4837,9 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
4837
It is possible to determine the number of partitions which were
4838
removed during this phase by observing the
4839
<quote>Subplans Removed</quote> property in the
4840
- <command>EXPLAIN</command> output.
+ <command>EXPLAIN</command> output. It's important to note that any
4841
+ partitions removed by the partition pruning done at this stage are
4842
+ still locked at the beginning of execution.
4843
</para>
4844
</listitem>
4845
0 commit comments