diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-10-11 10:33:59 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-10-11 10:33:59 -0400 |
commit | c7e56811fa38cbc39efd6bdd4bb45f2f0444803e (patch) | |
tree | 52a838319e7752af4fc45f03b3f300bf55e72dab | |
parent | e34318725ca5b274efd6f57ea7460e89f4dca9f9 (diff) | |
download | postgresql-c7e56811fa38cbc39efd6bdd4bb45f2f0444803e.tar.gz postgresql-c7e56811fa38cbc39efd6bdd4bb45f2f0444803e.zip |
Docs: grammatical fix.
Fix poor grammar introduced in 741ccd501.
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index a0d97ffbac3..960f5b5871f 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 <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> |