index 7f3d7e2c3e871c28826fe1b5cfc36a7d6b5d01a4..dd00bbdaa79bdb6cbc25b2dd9ba664fe86294a41 100644 (file)
@@ -4812,7 +4812,9 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008年01月01日';
It is possible to determine the number of partitions which were
removed during this phase by observing the
<quote>Subplans Removed</quote> property in the
- <command>EXPLAIN</command> output.
+ <command>EXPLAIN</command> output. It's important to note that any
+ partitions removed by the partition pruning done at this stage are
+ still locked at the beginning of execution.
</para>
</listitem>