]> granicus.if.org Git - postgresql/commitdiff
Docs: grammatical fix.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 Oct 2016 14:33:59 +0000 (10:33 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 Oct 2016 14:33:59 +0000 (10:33 -0400)
Fix poor grammar introduced in 741ccd501.

doc/src/sgml/client-auth.sgml

index ca262d945237045a8d8a227a357ebe875a2dd1a6..b7fc14a0037768b94f870f34f0f9d12f2866453a 100644 (file)
@@ -711,7 +711,7 @@ local   db1,db2,@demodbs  all                                   md5
   <para>
    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
    <literal>map</literal>=<replaceable>map-name</replaceable>