|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.29 2005/10/14 20:53:55 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.30 2005/10/15 15:29:24 momjian Exp $ |
3 | 3 | -->
|
4 | 4 | <chapter Id="runtime-config">
|
5 | 5 | <title>Run-time Configuration</title>
|
@@ -596,7 +596,7 @@ SET ENABLE_SEQSCAN TO OFF;
|
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<literal>localhost</>. See <xref linkend="kerberos-auth"> |
| 599 | + If not set, the default isthe server hostname. See <xref linkend="kerberos-auth"> |
600 | 600 | for details. This parameter can only be set at server start.
|
601 | 601 | </para>
|
602 | 602 | </listitem>
|
|