From 7829e8123839ca99af4156f56f15135c18127152 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 18 May 2010 19:05:24 +0000 Subject: [PATCH] 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 --- doc/src/sgml/config.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.50.1