pgsql: Clarify docs about limitations of constraint exclusion with part

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clarify docs about limitations of constraint exclusion with part
Date: 2019-02-12 03:03:53
Message-ID: E1gtOMT-0007bN-Be@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6af8c79868a3d51d9d0ae96c71596bba33780c59

Modified Files
--------------
doc/src/sgml/ddl.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-02-12 03:37:38 pgsql: Fix header inclusion issue.
Previous Message Tom Lane 2019-02-12 02:26:26 pgsql: Allow extensions to generate lossy index conditions.