diff options
author | Neil Conway <neilc@samurai.com> | 2004-03-12 00:56:00 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2004-03-12 00:56:00 +0000 |
commit | be7976d5a239b7a83c8234bce5c469992a003ee3 (patch) | |
tree | 37359894a82c198de8ab7e566eb3d9e21f08ef42 /doc/src | |
parent | fe9c4420e4fd88fa1dcbed68b9fcc45494f7b585 (diff) | |
download | postgresql-be7976d5a239b7a83c8234bce5c469992a003ee3.tar.gz postgresql-be7976d5a239b7a83c8234bce5c469992a003ee3.zip |
Fix a typo in the documentation for geqo_effort.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/runtime.sgml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 310cd96bc39..c49ad3720e7 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.248 2004/03/09 23:15:47 neilc Exp $ +$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.249 2004/03/12 00:56:00 neilc Exp $ --> <Chapter Id="runtime"> @@ -1530,10 +1530,11 @@ SET ENABLE_SEQSCAN TO OFF; <listitem> <para> Controls the tradeoff between planning time and query plan - efficiency in GEQO. Valid values for this variable range - from 1 to 10; the default is 5. Larger values increasee the - time spent doing query planning, but increase the likelyhood - that an efficient query plan will be chosen. + efficiency in GEQO. This variable must be an integer in the + range from 1 to 10. The default value is 5. Larger values + increase the time spent doing query planning, but also + increase the likelyhood that an efficient query plan will be + chosen. </para> <para> |