diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 077909bdd1..ac30c510f2 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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.