We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent253b3f6 commitfc15121Copy full SHA for fc15121
doc/src/sgml/ddl.sgml
@@ -3889,9 +3889,9 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
3889
Partition pruning can be performed not only during the planning of a
3890
given query, but also during its execution. This is useful as it can
3891
allow more partitions to be pruned when clauses contain expressions
3892
- whose values are not known at query planning time; for example,
+ whose values are not known at query planning time, for example,
3893
parameters defined in a <command>PREPARE</command> statement, using a
3894
- value obtained from a subquery or using a parameterized value on the
+ value obtained from a subquery, or using a parameterized value on the
3895
inner side of a nested loop join. Partition pruning during execution
3896
can be performed at any of the following times:
3897