Add appropriate text for SIGHUP parameters instead of just removing it
authorMagnus Hagander <magnus@hagander.net>
Wed, 7 Jan 2009 12:21:47 +0000 (12:21 +0000)
committerMagnus Hagander <magnus@hagander.net>
Wed, 7 Jan 2009 12:21:47 +0000 (12:21 +0000)
like previous patch did.

Per note from Tom Lane

doc/src/sgml/config.sgml

index a4d0f26667f764d8418c5f6285604e150b872461..d93f40a6a710fa8e6333fcc644b9e85bf02d7b61 100644 (file)
@@ -621,7 +621,9 @@ SET ENABLE_SEQSCAN TO OFF;
        <para>
         Sets the realm to match Kerberos, GSSAPI and SSPI user names against.
         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>
       </listitem>
      </varlistentry>
@@ -635,7 +637,8 @@ SET ENABLE_SEQSCAN TO OFF;
        <para>
         Sets the location of the Kerberos server key file. See
         <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>
       </listitem>
      </varlistentry>
@@ -648,7 +651,8 @@ SET ENABLE_SEQSCAN TO OFF;
       <listitem>
        <para>
         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>
       </listitem>
      </varlistentry>
@@ -665,7 +669,8 @@ SET ENABLE_SEQSCAN TO OFF;
         the complete service principal, that is
         <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">
-        for details.
+        for details. This parameter can only be set in the <filename>postgresql.conf</>
+        file or on the server command line.
        </para>
       </listitem>
      </varlistentry>
@@ -679,7 +684,8 @@ SET ENABLE_SEQSCAN TO OFF;
        <para>
         Sets whether Kerberos and GSSAPI user names should be treated
         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>
       </listitem>
      </varlistentry>