doc: Use system-username instead of system-user
authorMichael Paquier <[email protected]>
Tue, 20 Feb 2024 02:59:03 +0000 (11:59 +0900)
committerMichael Paquier <[email protected]>
Tue, 20 Feb 2024 02:59:03 +0000 (11:59 +0900)
This inconsistency has been introduced in efb6f4a4f9b6.

Reported-by: Julien Rouhaud
Author: Bertrand Drouvot
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 16

doc/src/sgml/client-auth.sgml

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