Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6af8c79

Browse files
committed
Clarify docs about limitations of constraint exclusion with partitions
The current wording can confuse the reader about constraint exclusion being available at query execution, but this only applies to partition pruning. Reported-by: Shouyu Luo Author: David Rowley Reviewed-by: Chapman Flack, Amit Langote Discussion: https://postgr.es/m/15629-2ef8b22e61f8333f@postgresql.org
1 parent 6cd404b commit 6af8c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4009,8 +4009,8 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
40094009
<itemizedlist>
40104010
<listitem>
40114011
<para>
4012-
Constraint exclusion is only applied during query planning; unlike
4013-
partition pruning, it cannot be applied during query execution.
4012+
Constraint exclusion is only applied during query planning, unlike
4013+
partition pruning, which can also be applied during query execution.
40144014
</para>
40154015
</listitem>
40164016

0 commit comments

Comments
 (0)