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

Commit ec4fcf4

Browse files
committed
doc: Use system-username instead of system-user
This inconsistency has been introduced in efb6f4a. Reported-by: Julien Rouhaud Author: Bertrand Drouvot Discussion: https://postgr.es/m/ZdMWux1HpIebkEmd@ip-10-97-1-34.eu-west-3.compute.internal Backpatch-through: 16
1 parent fb95cc7 commit ec4fcf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/client-auth.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -943,8 +943,8 @@ local db1,db2,@demodbs all md5
943943
external authentication system with the database user name that the
944944
user has requested to connect as. The value <literal>all</literal>
945945
can be used as the <replaceable>database-username</replaceable> to specify
946-
that if the <replaceable>system-user</replaceable> matches, then this user
947-
is allowed to log in as any of the existing database users. Quoting
946+
that if the <replaceable>system-username</replaceable> matches, then this
947+
user is allowed to log in as any of the existing database users. Quoting
948948
<literal>all</literal> makes the keyword lose its special meaning.
949949
</para>
950950
<para>

0 commit comments

Comments
 (0)