From: Bruce Momjian Date: Mon, 23 Mar 2009 15:14:14 +0000 (+0000) Subject: Update constraint_exclusion docs because parameter is now 3-valued, not X-Git-Tag: REL8_4_BETA1~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c617f4e56ef11064b3235a72648cc29784fa366;p=postgresql Update constraint_exclusion docs because parameter is now 3-valued, not just enable/disable. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 5545038915..f400c7b122 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -2177,7 +2177,7 @@ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows - Enables or disables the query planner's use of table constraints to + Controls the query planner's use of table constraints to optimize queries. The allowed values of constraint_exclusion are on (examine constraints for all tables),