1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.302 2010/07/29 19:34:40 petere Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.303 2010/08/03 19:02:21 tgl Exp $ -->
2
2
3
3
<chapter Id="runtime-config">
4
4
<title>Server Configuration</title>
@@ -5220,7 +5220,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
5220
5220
even if they are not (currently) keywords. This will affect the
5221
5221
output of <command>EXPLAIN</> as well as the results of functions
5222
5222
like <function>pg_get_viewdef</>. See also the
5223
- <option>--quote-all-identifiers</option> to
5223
+ <option>--quote-all-identifiers</option> option of
5224
5224
<xref linkend="app-pgdump"> and <xref linkend="app-pg-dumpall">.
5225
5225
</para>
5226
5226
</listitem>
@@ -5236,7 +5236,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
5236
5236
<para>
5237
5237
This controls the inheritance semantics. If turned <literal>off</>,
5238
5238
subtables are not accessed by various commands by default; basically
5239
- an implied <literal>ONLY</literal> key word. This was added for
5239
+ an implied <literal>ONLY</literal> key word. This was added for
5240
5240
compatibility with releases prior to 7.1. See
5241
5241
<xref linkend="ddl-inherit"> for more information.
5242
5242
</para>
@@ -6113,7 +6113,7 @@ LOG: CleanUpLock: deleting: lock(0xb7acd844) id(24688,24696,0,0,0,1)
6113
6113
<row>
6114
6114
<entry><option>-tpa</option>, <option>-tpl</option>, <option>-te</option></entry>
6115
6115
<entry><literal>log_parser_stats = on</>,
6116
- <literal>log_planner_stats = on</>,
6116
+ <literal>log_planner_stats = on</>,
6117
6117
<literal>log_executor_stats = on</></entry>
6118
6118
</row>
6119
6119
<row>
0 commit comments