mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Add appropriate text for SIGHUP parameters instead of just removing it
like previous patch did. Per note from Tom Lane
This commit is contained in:
parent
75eafe965e
commit
af26089841
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.201 2009/01/02 10:33:19 mha Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.202 2009/01/07 12:21:47 mha Exp $ -->
|
||||||
|
|
||||||
<chapter Id="runtime-config">
|
<chapter Id="runtime-config">
|
||||||
<title>Server Configuration</title>
|
<title>Server Configuration</title>
|
||||||
@ -621,7 +621,9 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
<para>
|
<para>
|
||||||
Sets the realm to match Kerberos, GSSAPI and SSPI user names against.
|
Sets the realm to match Kerberos, GSSAPI and SSPI user names against.
|
||||||
See <xref linkend="kerberos-auth">, <xref linkend="gssapi-auth"> or
|
See <xref linkend="kerberos-auth">, <xref linkend="gssapi-auth"> or
|
||||||
<xref linkend="sspi-auth"> for details.
|
<xref linkend="sspi-auth"> for details. This parameter can only be
|
||||||
|
set in the <filename>postgresql.conf</> file or on the server
|
||||||
|
command line.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -635,7 +637,8 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
<para>
|
<para>
|
||||||
Sets the location of the Kerberos server key file. See
|
Sets the location of the Kerberos server key file. See
|
||||||
<xref linkend="kerberos-auth"> or <xref linkend="gssapi-auth">
|
<xref linkend="kerberos-auth"> or <xref linkend="gssapi-auth">
|
||||||
for details.
|
for details. This parameter can only be set in the
|
||||||
|
<filename>postgresql.conf</> file or on the server command line.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -648,7 +651,8 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Sets the Kerberos service name. See <xref linkend="kerberos-auth">
|
Sets the Kerberos service name. See <xref linkend="kerberos-auth">
|
||||||
for details.
|
for details. This parameter can only be set in the
|
||||||
|
<filename>postgresql.conf</> file or on the server command line.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -665,7 +669,8 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
the complete service principal, that is
|
the complete service principal, that is
|
||||||
<varname>krb_srvname</><literal>/</><varname>krb_server_hostname</><literal>@</>REALM.
|
<varname>krb_srvname</><literal>/</><varname>krb_server_hostname</><literal>@</>REALM.
|
||||||
If not set, the default is the server host name. See <xref linkend="kerberos-auth">
|
If not set, the default is the server host name. See <xref linkend="kerberos-auth">
|
||||||
for details.
|
for details. This parameter can only be set in the <filename>postgresql.conf</>
|
||||||
|
file or on the server command line.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -679,7 +684,8 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
<para>
|
<para>
|
||||||
Sets whether Kerberos and GSSAPI user names should be treated
|
Sets whether Kerberos and GSSAPI user names should be treated
|
||||||
case-insensitively.
|
case-insensitively.
|
||||||
The default is <literal>off</> (case sensitive).
|
The default is <literal>off</> (case sensitive). This parameter can only be
|
||||||
|
set in the <filename>postgresql.conf</> file or on the server command line.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user