Add appropriate text for SIGHUP parameters instead of just removing it
authorMagnus Hagander
Wed, 7 Jan 2009 12:21:47 +0000 (12:21 +0000)
committerMagnus Hagander
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 077909bdd18991a759d4d4ecdfae4050caa97997..ac30c510f2473b937f4cd102a078e6e0e15fddb2 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
   Server Configuration
@@ -621,7 +621,9 @@ SET ENABLE_SEQSCAN TO OFF;
        
         Sets the realm to match Kerberos, GSSAPI and SSPI user names against.
         See  or
-         for details.
+         for details. This parameter can only be 
+        set in the postgresql.conf file or on the server 
+        command line.
        
       
      
@@ -635,7 +637,8 @@ SET ENABLE_SEQSCAN TO OFF;
        
         Sets the location of the Kerberos server key file. See
          or  
-        for details.
+        for details. This parameter can only be set in the
+        postgresql.conf file or on the server command line.
        
       
      
@@ -648,7 +651,8 @@ SET ENABLE_SEQSCAN TO OFF;
       
        
         Sets the Kerberos service name. See 
-        for details.
+        for details. This parameter can only be set in the
+        postgresql.conf file or on the server command line.
        
       
      
@@ -665,7 +669,8 @@ SET ENABLE_SEQSCAN TO OFF;
         the complete service principal, that is
         krb_srvname/krb_server_hostname@REALM.
         If not set, the default is the server host name.  See 
-        for details.
+        for details. This parameter can only be set in the postgresql.conf
+        file or on the server command line.
        
       
      
@@ -679,7 +684,8 @@ SET ENABLE_SEQSCAN TO OFF;
        
         Sets whether Kerberos and GSSAPI user names should be treated
         case-insensitively.
-        The default is off (case sensitive).
+        The default is off (case sensitive). This parameter can only be 
+        set in the postgresql.conf file or on the server command line.