diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2017-06-01 17:45:53 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2017-06-01 17:48:39 -0400 |
commit | f112f175a464697dd7ff5280de40dcc08d75f995 (patch) | |
tree | 4c9a26d933f4958a2f35367ca67c149b8a1cad02 | |
parent | 665104557fdc25788a6d54ab271ed818bec18598 (diff) | |
download | postgresql-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.sgml | 2 |
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 |