From: Peter Eisentraut Date: Mon, 12 Nov 2018 13:47:58 +0000 (+0100) Subject: doc: Small punctuation improvement X-Git-Tag: REL_12_BETA1~1259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc151211ef1f99934b8789591241525adfdee9d6;p=postgresql doc: Small punctuation improvement --- diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index cab6cf24ee..c8268222af 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -3889,9 +3889,9 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01'; Partition pruning can be performed not only during the planning of a given query, but also during its execution. This is useful as it can allow more partitions to be pruned when clauses contain expressions - whose values are not known at query planning time; for example, + whose values are not known at query planning time, for example, parameters defined in a PREPARE statement, using a - value obtained from a subquery or using a parameterized value on the + value obtained from a subquery, or using a parameterized value on the inner side of a nested loop join. Partition pruning during execution can be performed at any of the following times: