Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 74299f6

Browse files
committed
Improve comments.
1 parent c1257d4 commit 74299f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/backend/libpq/pg_ident.conf.sample

+6-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919
# A user always has to specify when he connects what Postgres username he is
2020
# using. This file is only used to validate that selection.
2121

22-
#testmap robert bob
23-
#testmap lucy lucy
22+
# If you just need a one-to-one correspondence between usernames reported
23+
# by ident and Postgres usernames, you don't need this file. Instead use
24+
# the special map name "sameuser" in pg_hba.conf.
2425

26+
#MAP IDENT POSTGRES USERNAME
2527

28+
#testmap robert bob
29+
#testmap lucy lucy

0 commit comments

Comments
 (0)