Skip to content

Commit e20df55

Browse files
committed
Fix mangled grammar.
1 parent 5b92ef4 commit e20df55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/config.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -5220,7 +5220,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
52205220
even if they are not (currently) keywords. This will affect the
52215221
output of <command>EXPLAIN</> as well as the results of functions
52225222
like <function>pg_get_viewdef</>. See also the
5223-
<option>--quote-all-identifiers</option> to
5223+
<option>--quote-all-identifiers</option> option of
52245224
<xref linkend="app-pgdump"> and <xref linkend="app-pg-dumpall">.
52255225
</para>
52265226
</listitem>
@@ -5236,7 +5236,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
52365236
<para>
52375237
This controls the inheritance semantics. If turned <literal>off</>,
52385238
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
52405240
compatibility with releases prior to 7.1. See
52415241
<xref linkend="ddl-inherit"> for more information.
52425242
</para>
@@ -6113,7 +6113,7 @@ LOG: CleanUpLock: deleting: lock(0xb7acd844) id(24688,24696,0,0,0,1)
61136113
<row>
61146114
<entry><option>-tpa</option>, <option>-tpl</option>, <option>-te</option></entry>
61156115
<entry><literal>log_parser_stats = on</>,
6116-
<literal>log_planner_stats = on</>,
6116+
<literal>log_planner_stats = on</>,
61176117
<literal>log_executor_stats = on</></entry>
61186118
</row>
61196119
<row>

0 commit comments

Comments
 (0)