11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.34 2005/11/01 23:19:05 neilc Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.35 2005/11/04 23:13:59 petere Exp $
33-->
44<chapter Id="runtime-config">
55 <title>Server Configuration</title>
@@ -21,7 +21,7 @@ $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.34 2005/11/01 23:19:05 neilc Exp
2121
2222 <para>
2323 All parameter names are case-insensitive. Every parameter takes a
24- value of one of four types:boolean , integer, floating point,
24+ value of one of four types:Boolean , integer, floating point,
2525 or string. Boolean values may be written as <literal>ON</literal>,
2626 <literal>OFF</literal>, <literal>TRUE</literal>,
2727 <literal>FALSE</literal>, <literal>YES</literal>,
@@ -456,9 +456,9 @@ SET ENABLE_SEQSCAN TO OFF;
456456 </indexterm>
457457 <listitem>
458458 <para>
459- On systems that support the TCP_KEEPIDLE socket option, specifies the
459+ On systems that support the<symbol> TCP_KEEPIDLE</symbol> socket option, specifies the
460460 number of seconds between sending keepalives on an otherwise idle
461- connection. A value of 0 uses the system default. If TCP_KEEPIDLE is
461+ connection. A value of 0 uses the system default. If<symbol> TCP_KEEPIDLE</symbol> is
462462 not supported, this parameter must be 0. This option is ignored for
463463 connections made via a Unix-domain socket.
464464 </para>
@@ -472,9 +472,9 @@ SET ENABLE_SEQSCAN TO OFF;
472472 </indexterm>
473473 <listitem>
474474 <para>
475- On systems that support the TCP_KEEPINTVL socket option, specifies how
475+ On systems that support the<symbol> TCP_KEEPINTVL</symbol> socket option, specifies how
476476 long, in seconds, to wait for a response to a keepalive before
477- retransmitting. A value of 0 uses the system default. If TCP_KEEPINTVL
477+ retransmitting. A value of 0 uses the system default. If<symbol> TCP_KEEPINTVL</symbol>
478478 is not supported, this parameter must be 0. This option is ignored
479479 for connections made via a Unix-domain socket.
480480 </para>
@@ -488,9 +488,9 @@ SET ENABLE_SEQSCAN TO OFF;
488488 </indexterm>
489489 <listitem>
490490 <para>
491- On systems that support the TCP_KEEPCNT socket option, specifies how
491+ On systems that support the<symbol> TCP_KEEPCNT</symbol> socket option, specifies how
492492 many keepalives may be lost before the connection is considered dead.
493- A value of 0 uses the system default. If TCP_KEEPCNT is not
493+ A value of 0 uses the system default. If<symbol> TCP_KEEPCNT</symbol> is not
494494 supported, this parameter must be 0. This option is ignored
495495 for connections made via a Unix-domain socket.
496496 </para>
@@ -590,13 +590,13 @@ SET ENABLE_SEQSCAN TO OFF;
590590 </indexterm>
591591 <listitem>
592592 <para>
593- Sets thehostname part of the service principal.
593+ Sets thehost name part of the service principal.
594594 This, combined with <varname>krb_srvname</>, is used to generate
595595 the complete service principal, that is
596596 <varname>krb_srvname</><literal>/</><varname>krb_server_hostname</><literal>@</>REALM.
597597 </para>
598598 <para>
599- If not set, the default is the serverhostname . See <xref linkend="kerberos-auth">
599+ If not set, the default is the serverhost name . See <xref linkend="kerberos-auth">
600600 for details. This parameter can only be set at server start.
601601 </para>
602602 </listitem>
@@ -609,7 +609,7 @@ SET ENABLE_SEQSCAN TO OFF;
609609 </indexterm>
610610 <listitem>
611611 <para>
612- Sets whether Kerberosusernames should be treated case-insensitively.
612+ Sets whether Kerberosuser names should be treated case-insensitively.
613613 The default is <literal>off</> (case sensitive). This parameter
614614 can only be set at server start.
615615 </para>
@@ -2258,8 +2258,8 @@ SELECT * FROM parent WHERE key = 2400;
22582258 <varname>log_rotation_age</varname> to <literal>60</literal>, and
22592259 <varname>log_rotation_size</varname> to <literal>1000000</literal>.
22602260 Including <literal>%M</> in <varname>log_filename</varname> allows
2261- any size-driven rotations that may occur to select afilename
2262- different from the hour's initialfilename .
2261+ any size-driven rotations that may occur to select afile name
2262+ different from the hour's initialfile name .
22632263 </para>
22642264 </listitem>
22652265 </varlistentry>
@@ -2663,7 +2663,7 @@ SELECT * FROM parent WHERE key = 2400;
26632663 </row>
26642664 <row>
26652665 <entry><literal>%h</literal></entry>
2666- <entry>RemoteHostname or IP address</entry>
2666+ <entry>Remotehost name or IP address</entry>
26672667 <entry>yes</entry>
26682668 </row>
26692669 <row>
@@ -2794,7 +2794,7 @@ SELECT * FROM parent WHERE key = 2400;
27942794 </sect1>
27952795
27962796 <sect1 id="runtime-config-statistics">
2797- <title>Runtime Statistics</title>
2797+ <title>Run-Time Statistics</title>
27982798
27992799 <sect2 id="runtime-config-statistics-monitor">
28002800 <title>Statistics Monitoring</title>