mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Improve comments.
This commit is contained in:
parent
c1257d4c5c
commit
74299f66d5
@ -19,7 +19,11 @@
|
|||||||
# A user always has to specify when he connects what Postgres username he is
|
# A user always has to specify when he connects what Postgres username he is
|
||||||
# using. This file is only used to validate that selection.
|
# using. This file is only used to validate that selection.
|
||||||
|
|
||||||
|
# If you just need a one-to-one correspondence between usernames reported
|
||||||
|
# by ident and Postgres usernames, you don't need this file. Instead use
|
||||||
|
# the special map name "sameuser" in pg_hba.conf.
|
||||||
|
|
||||||
|
#MAP IDENT POSTGRES USERNAME
|
||||||
|
|
||||||
#testmap robert bob
|
#testmap robert bob
|
||||||
#testmap lucy lucy
|
#testmap lucy lucy
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user