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 e4440a7 commit ebbdaf1Copy full SHA for ebbdaf1
doc/src/sgml/ddl.sgml
@@ -4698,7 +4698,9 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
4698
It is possible to determine the number of partitions which were
4699
removed during this phase by observing the
4700
<quote>Subplans Removed</quote> property in the
4701
- <command>EXPLAIN</command> output.
+ <command>EXPLAIN</command> output. It's important to note that any
4702
+ partitions removed by the partition pruning done at this stage are
4703
+ still locked at the beginning of execution.
4704
</para>
4705
</listitem>
4706
0 commit comments