1
1
<!--
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 $
3
3
-->
4
4
<chapter Id="runtime-config">
5
5
<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
21
21
22
22
<para>
23
23
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,
25
25
or string. Boolean values may be written as <literal>ON</literal>,
26
26
<literal>OFF</literal>, <literal>TRUE</literal>,
27
27
<literal>FALSE</literal>, <literal>YES</literal>,
@@ -456,9 +456,9 @@ SET ENABLE_SEQSCAN TO OFF;
456
456
</indexterm>
457
457
<listitem>
458
458
<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
460
460
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
462
462
not supported, this parameter must be 0. This option is ignored for
463
463
connections made via a Unix-domain socket.
464
464
</para>
@@ -472,9 +472,9 @@ SET ENABLE_SEQSCAN TO OFF;
472
472
</indexterm>
473
473
<listitem>
474
474
<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
476
476
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>
478
478
is not supported, this parameter must be 0. This option is ignored
479
479
for connections made via a Unix-domain socket.
480
480
</para>
@@ -488,9 +488,9 @@ SET ENABLE_SEQSCAN TO OFF;
488
488
</indexterm>
489
489
<listitem>
490
490
<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
492
492
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
494
494
supported, this parameter must be 0. This option is ignored
495
495
for connections made via a Unix-domain socket.
496
496
</para>
@@ -590,13 +590,13 @@ SET ENABLE_SEQSCAN TO OFF;
590
590
</indexterm>
591
591
<listitem>
592
592
<para>
593
- Sets the hostname part of the service principal.
593
+ Sets the host name part of the service principal.
594
594
This, combined with <varname>krb_srvname</>, is used to generate
595
595
the complete service principal, that is
596
596
<varname>krb_srvname</><literal>/</><varname>krb_server_hostname</><literal>@</>REALM.
597
597
</para>
598
598
<para>
599
- If not set, the default is the server hostname . See <xref linkend="kerberos-auth">
599
+ If not set, the default is the server host name . See <xref linkend="kerberos-auth">
600
600
for details. This parameter can only be set at server start.
601
601
</para>
602
602
</listitem>
@@ -609,7 +609,7 @@ SET ENABLE_SEQSCAN TO OFF;
609
609
</indexterm>
610
610
<listitem>
611
611
<para>
612
- Sets whether Kerberos usernames should be treated case-insensitively.
612
+ Sets whether Kerberos user names should be treated case-insensitively.
613
613
The default is <literal>off</> (case sensitive). This parameter
614
614
can only be set at server start.
615
615
</para>
@@ -2258,8 +2258,8 @@ SELECT * FROM parent WHERE key = 2400;
2258
2258
<varname>log_rotation_age</varname> to <literal>60</literal>, and
2259
2259
<varname>log_rotation_size</varname> to <literal>1000000</literal>.
2260
2260
Including <literal>%M</> in <varname>log_filename</varname> allows
2261
- any size-driven rotations that may occur to select a filename
2262
- different from the hour's initial filename .
2261
+ any size-driven rotations that may occur to select a file name
2262
+ different from the hour's initial file name .
2263
2263
</para>
2264
2264
</listitem>
2265
2265
</varlistentry>
@@ -2663,7 +2663,7 @@ SELECT * FROM parent WHERE key = 2400;
2663
2663
</row>
2664
2664
<row>
2665
2665
<entry><literal>%h</literal></entry>
2666
- <entry>Remote Hostname or IP address</entry>
2666
+ <entry>Remote host name or IP address</entry>
2667
2667
<entry>yes</entry>
2668
2668
</row>
2669
2669
<row>
@@ -2794,7 +2794,7 @@ SELECT * FROM parent WHERE key = 2400;
2794
2794
</sect1>
2795
2795
2796
2796
<sect1 id="runtime-config-statistics">
2797
- <title>Runtime Statistics</title>
2797
+ <title>Run-Time Statistics</title>
2798
2798
2799
2799
<sect2 id="runtime-config-statistics-monitor">
2800
2800
<title>Statistics Monitoring</title>
0 commit comments