From 483419a3c395413491747f99c66af487a3ebc8fb Mon Sep 17 00:00:00 2001 From: "dgrowley@gmail.com" Date: Mon, 9 Apr 2018 15:43:32 +1200 Subject: [PATCH] Remove mention of constraint_exclusion in partitioning docs As of 9fdb675fc5d2, this GUC now no longer has an affect on partition pruning. --- doc/src/sgml/ddl.sgml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index feb2ab7792..86b71f0e29 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -3193,14 +3193,6 @@ CREATE INDEX ON measurement (logdate); - - - - Ensure that the - configuration parameter is not disabled in postgresql.conf. - If it is, queries will not be optimized as desired. - - -- 2.16.2.windows.1