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-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=1c50ef8dfda11a49421bb103fb5d2e7523c54004;p=users%2Fsimon%2Fpostgres.git 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 868cf59a81..29b02e3923 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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),