diff options
author | Michael Paquier | 2024-02-20 02:59:03 +0000 |
---|---|---|
committer | Michael Paquier | 2024-02-20 02:59:03 +0000 |
commit | 01ec4d89b91ed4c0cad57b188b530b9e7980ccb5 (patch) | |
tree | 6d20e7508b28b738d54bc7909f843b4c92f46041 /doc/src | |
parent | 4c2369ac5d0a108df4d65a2886657efa010d67ca (diff) |
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/[email protected]
Backpatch-through: 16
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 56747c0e365..0b7100d9d8d 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -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> |