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 292cf2f commit 22cca1eCopy full SHA for 22cca1e
doc/src/sgml/ddl.sgml
@@ -4690,7 +4690,9 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
4690
It is possible to determine the number of partitions which were
4691
removed during this phase by observing the
4692
<quote>Subplans Removed</quote> property in the
4693
- <command>EXPLAIN</command> output.
+ <command>EXPLAIN</command> output. It's important to note that any
4694
+ partitions removed by the partition pruning done at this stage are
4695
+ still locked at the beginning of execution.
4696
</para>
4697
</listitem>
4698
0 commit comments