mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Docs: grammatical fix.
Fix poor grammar introduced in 741ccd501.
This commit is contained in:
parent
e34318725c
commit
c7e56811fa
@ -711,7 +711,7 @@ local db1,db2,@demodbs all md5
|
|||||||
<para>
|
<para>
|
||||||
When using an external authentication system such as Ident or GSSAPI,
|
When using an external authentication system such as Ident or GSSAPI,
|
||||||
the name of the operating system user that initiated the connection
|
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
|
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
|
user name to a database user. To use user name mapping, specify
|
||||||
<literal>map</literal>=<replaceable>map-name</replaceable>
|
<literal>map</literal>=<replaceable>map-name</replaceable>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user