|
13 | 13 | # user names to their corresponding PostgreSQL user names. Records
|
14 | 14 | # are of the form:
|
15 | 15 | #
|
16 |
| -# MAPNAME SYSTEM-USERNAME PG-USERNAME |
| 16 | +# MAPNAME SYSTEM-USERNAME DATABASE-USERNAME |
17 | 17 | #
|
18 | 18 | # (The uppercase quantities must be replaced by actual values.)
|
19 | 19 | #
|
20 | 20 | # MAPNAME is the (otherwise freely chosen) map name that was used in
|
21 | 21 | # pg_hba.conf. SYSTEM-USERNAME is the detected user name of the
|
22 |
| -# client. PG-USERNAME is the requested PostgreSQL user name. The |
23 |
| -# existence of a record specifies that SYSTEM-USERNAME may connect as |
24 |
| -# PG-USERNAME. |
| 22 | +# client. DATABASE-USERNAME is the requested PostgreSQL user name. |
| 23 | +# The existence of a record specifies that SYSTEM-USERNAME may connect |
| 24 | +# as DATABASE-USERNAME. |
25 | 25 | #
|
26 |
| -# If SYSTEM-USERNAME starts with a slash (/), it will be treated as a |
27 |
| -# regular expression. Optionally this can contain a capture (a |
28 |
| -# parenthesized subexpression). The substring matching the capture |
29 |
| -# will be substituted for \1 (backslash-one) if present in |
30 |
| -# PG-USERNAME. |
| 26 | +# If SYSTEM-USERNAME starts with a slash (/), the rest of it will be |
| 27 | +# treated as a regular expression. Optionally this can contain a capture |
| 28 | +# (a parenthesized subexpression). The substring matching the capture |
| 29 | +# will be substituted for \1 (backslash-one) if that appears in |
| 30 | +# DATABASE-USERNAME. |
31 | 31 | #
|
32 |
| -# PG-USERNAME can be "all", a user name, a group name prefixed with "+", or |
33 |
| -# a regular expression (if it starts with a slash (/)). If it is a regular |
34 |
| -# expression, the substring matching with \1 has no effect. |
| 32 | +# DATABASE-USERNAME can be "all", a user name, a group name prefixed with "+", |
| 33 | +# or a regular expression (if it starts with a slash (/)). If it is a regular |
| 34 | +# expression, no substitution for \1 will occur. |
35 | 35 | #
|
36 | 36 | # Multiple maps may be specified in this file and used by pg_hba.conf.
|
37 | 37 | #
|
|
69 | 69 | # Put your actual configuration here
|
70 | 70 | # ----------------------------------
|
71 | 71 |
|
72 |
| -# MAPNAME SYSTEM-USERNAME PG-USERNAME |
| 72 | +# MAPNAME SYSTEM-USERNAME DATABASE-USERNAME |
0 commit comments