From 1fd64a9277439c94b8e102da6ced534f91807e57 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 11 Oct 2016 10:33:59 -0400 Subject: [PATCH] Docs: grammatical fix. Fix poor grammar introduced in 741ccd501. --- doc/src/sgml/client-auth.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index ca262d94523..b7fc14a0037 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -711,7 +711,7 @@ local db1,db2,@demodbs all md5 When using an external authentication system such as Ident or GSSAPI, the name of the operating system user that initiated the connection - might not be the same as the database user that is to be connect as. + might not be the same as the database user (role) that is to be used. In this case, a user name map can be applied to map the operating system user name to a database user. To use user name mapping, specify map=map-name -- 2.39.5