aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2017-06-01 17:45:53 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2017-06-01 17:48:39 -0400
commitf112f175a464697dd7ff5280de40dcc08d75f995 (patch)
tree4c9a26d933f4958a2f35367ca67c149b8a1cad02
parent665104557fdc25788a6d54ab271ed818bec18598 (diff)
downloadpostgresql-f112f175a464697dd7ff5280de40dcc08d75f995.tar.gz
postgresql-f112f175a464697dd7ff5280de40dcc08d75f995.zip
Fix typo
Reported by: Tim Goodaire Discussion: https://postgr.es/m/20170601182230.1487.26008@wrigleys.postgresql.org
-rw-r--r--doc/src/sgml/config.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index b51826dc68e..ac1cf471f26 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -3495,7 +3495,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
of these configuration parameters to force the optimizer to
choose a different plan.
Better ways to improve the quality of the
- plans chosen by the optimizer include adjusting the planer cost
+ plans chosen by the optimizer include adjusting the planner cost
constants (see <xref linkend="runtime-config-query-constants">),
running <xref linkend="sql-analyze"> manually, increasing
the value of the <xref