From: Magnus Hagander Date: Tue, 18 May 2010 19:05:24 +0000 (+0000) Subject: Refer to pg_ident.conf as config file for username mapping, as it's X-Git-Tag: REL8_4_5~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7829e8123839ca99af4156f56f15135c18127152;p=postgresql Refer to pg_ident.conf as config file for username mapping, as it's now used for other things than just ident authentication. Noted by Stephen Frost --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 506c3f13ea..0075a1ee0d 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -243,7 +243,7 @@ SET ENABLE_SEQSCAN TO OFF; Specifies the configuration file for - ident authentication + username mapping (customarily called pg_ident.conf). This parameter can only be set at server start.