[DOCS] clarify constraint exclusion vs prepared statements - Mailing list pgsql-docs

From john.christofolakos@gmail.com
Subject [DOCS] clarify constraint exclusion vs prepared statements
Date
Msg-id 20170427202303.24360.26831@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [DOCS] clarify constraint exclusion vs prepared statements  (Bruce Momjian <bruce@momjian.us>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.2/static/ddl-partitioning.html
Description:

Section 5.9.6 of the documentation discusses caveats re use of constraint
exclusion on partitioned tables. It seems the restriction that the query
constraints must be expressed in terms of constants has been lifted, and now
constraints may be expressed in terms of parameterised values.

I'm wondering if the restriction would still apply, though, in the case that
the query is being prepared in advance, then the constraint value passed in
as a parameter at execution time. It seems to me that constraint exclusion
would not be applied in this case, but would like clarification on this
point.

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [DOCS] display should be displayed
Next
From: Peter Eisentraut
Date:
Subject: [DOCS] release date formatting