File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3889,9 +3889,9 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
38893889 Partition pruning can be performed not only during the planning of a
38903890 given query, but also during its execution. This is useful as it can
38913891 allow more partitions to be pruned when clauses contain expressions
3892- whose values are not known at query planning time; for example,
3892+ whose values are not known at query planning time, for example,
38933893 parameters defined in a <command>PREPARE</command> statement, using a
3894- value obtained from a subquery or using a parameterized value on the
3894+ value obtained from a subquery, or using a parameterized value on the
38953895 inner side of a nested loop join. Partition pruning during execution
38963896 can be performed at any of the following times:
38973897
You can’t perform that action at this time.
0 commit comments