Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaf26089

Browse files
committed
Add appropriate text for SIGHUP parameters instead of just removing it
like previous patch did.Per note from Tom Lane
1 parent75eafe9 commitaf26089

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.201 2009/01/02 10:33:19 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.202 2009/01/07 12:21:47 mha Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -621,7 +621,9 @@ SET ENABLE_SEQSCAN TO OFF;
621621
<para>
622622
Sets the realm to match Kerberos, GSSAPI and SSPI user names against.
623623
See <xref linkend="kerberos-auth">, <xref linkend="gssapi-auth"> or
624-
<xref linkend="sspi-auth"> for details.
624+
<xref linkend="sspi-auth"> for details. This parameter can only be
625+
set in the <filename>postgresql.conf</> file or on the server
626+
command line.
625627
</para>
626628
</listitem>
627629
</varlistentry>
@@ -635,7 +637,8 @@ SET ENABLE_SEQSCAN TO OFF;
635637
<para>
636638
Sets the location of the Kerberos server key file. See
637639
<xref linkend="kerberos-auth"> or <xref linkend="gssapi-auth">
638-
for details.
640+
for details. This parameter can only be set in the
641+
<filename>postgresql.conf</> file or on the server command line.
639642
</para>
640643
</listitem>
641644
</varlistentry>
@@ -648,7 +651,8 @@ SET ENABLE_SEQSCAN TO OFF;
648651
<listitem>
649652
<para>
650653
Sets the Kerberos service name. See <xref linkend="kerberos-auth">
651-
for details.
654+
for details. This parameter can only be set in the
655+
<filename>postgresql.conf</> file or on the server command line.
652656
</para>
653657
</listitem>
654658
</varlistentry>
@@ -665,7 +669,8 @@ SET ENABLE_SEQSCAN TO OFF;
665669
the complete service principal, that is
666670
<varname>krb_srvname</><literal>/</><varname>krb_server_hostname</><literal>@</>REALM.
667671
If not set, the default is the server host name. See <xref linkend="kerberos-auth">
668-
for details.
672+
for details. This parameter can only be set in the <filename>postgresql.conf</>
673+
file or on the server command line.
669674
</para>
670675
</listitem>
671676
</varlistentry>
@@ -679,7 +684,8 @@ SET ENABLE_SEQSCAN TO OFF;
679684
<para>
680685
Sets whether Kerberos and GSSAPI user names should be treated
681686
case-insensitively.
682-
The default is <literal>off</> (case sensitive).
687+
The default is <literal>off</> (case sensitive). This parameter can only be
688+
set in the <filename>postgresql.conf</> file or on the server command line.
683689
</para>
684690
</listitem>
685691
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp