1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.24 2005/10/03 22:55:50 tgl Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.25 2005/10/08 20:27:25 tgl Exp $
3
3
-->
4
4
<chapter Id="runtime-config">
5
5
<title>Run-time Configuration</title>
@@ -592,8 +592,8 @@ SET ENABLE_SEQSCAN TO OFF;
592
592
<para>
593
593
Sets the hostname part of the service principal.
594
594
This, combined with <varname>krb_srvname</>, is used to generate
595
- the complete service principal,i.e.
596
- <varname>krb_server_hostname </><literal>/</><varname>krb_server_hostname</><literal>@</>REALM.
595
+ the complete service principal,that is
596
+ <varname>krb_srvname </><literal>/</><varname>krb_server_hostname</><literal>@</>REALM.
597
597
</para>
598
598
<para>
599
599
If not set, the default is to allow any service principal matching an entry
@@ -610,7 +610,7 @@ SET ENABLE_SEQSCAN TO OFF;
610
610
</indexterm>
611
611
<listitem>
612
612
<para>
613
- Setsif Kerberos usernames should be treated case-insensitively.
613
+ Setswhether Kerberos usernames should be treated case-insensitively.
614
614
The default is <literal>off</> (case sensitive). This parameter
615
615
can only be set at server start.
616
616
</para>