aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2009-03-23 15:14:14 +0000
committerBruce Momjian <bruce@momjian.us>2009-03-23 15:14:14 +0000
commit5c617f4e56ef11064b3235a72648cc29784fa366 (patch)
tree7002cb7daadc0bc103bc255792f608bc2a15b456
parent00fd77e92ee2a36e0e3aeddaa15710f563350c03 (diff)
downloadpostgresql-5c617f4e56ef11064b3235a72648cc29784fa366.tar.gz
postgresql-5c617f4e56ef11064b3235a72648cc29784fa366.zip
Update constraint_exclusion docs because parameter is now 3-valued, not
just enable/disable.
-rw-r--r--doc/src/sgml/config.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 55450389159..f400c7b122f 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.211 2009/02/28 00:10:50 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.212 2009/03/23 15:14:14 momjian Exp $ -->
<chapter Id="runtime-config">
<title>Server Configuration</title>
@@ -2177,7 +2177,7 @@ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
</indexterm>
<listitem>
<para>
- 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 <varname>constraint_exclusion</> are
<literal>on</> (examine constraints for all tables),