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 a7f213b commit 2be0fe9Copy full SHA for 2be0fe9
doc/src/sgml/ddl.sgml
@@ -4812,7 +4812,9 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
4812
It is possible to determine the number of partitions which were
4813
removed during this phase by observing the
4814
<quote>Subplans Removed</quote> property in the
4815
- <command>EXPLAIN</command> output.
+ <command>EXPLAIN</command> output. It's important to note that any
4816
+ partitions removed by the partition pruning done at this stage are
4817
+ still locked at the beginning of execution.
4818
</para>
4819
</listitem>
4820
0 commit comments