1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-03 01:21:48 +03:00

doc: Use system-username instead of system-user

This inconsistency has been introduced in efb6f4a4f9b6.

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
This commit is contained in:
Michael Paquier 2024-02-20 11:59:10 +09:00
parent fb95cc72bf
commit ec4fcf4a92

View File

@ -943,8 +943,8 @@ local db1,db2,@demodbs all md5
external authentication system with the database user name that the external authentication system with the database user name that the
user has requested to connect as. The value <literal>all</literal> user has requested to connect as. The value <literal>all</literal>
can be used as the <replaceable>database-username</replaceable> to specify can be used as the <replaceable>database-username</replaceable> to specify
that if the <replaceable>system-user</replaceable> matches, then this user that if the <replaceable>system-username</replaceable> matches, then this
is allowed to log in as any of the existing database users. Quoting user is allowed to log in as any of the existing database users. Quoting
<literal>all</literal> makes the keyword lose its special meaning. <literal>all</literal> makes the keyword lose its special meaning.
</para> </para>
<para> <para>