From: Michael Paquier Date: Tue, 20 Feb 2024 02:59:03 +0000 (+0900) Subject: doc: Use system-username instead of system-user X-Git-Tag: REL_17_BETA1~849 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=01ec4d89b91ed4c0cad57b188b530b9e7980ccb5;p=postgresql.git 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 --- 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 all can be used as the database-username to specify - that if the system-user matches, then this user - is allowed to log in as any of the existing database users. Quoting + that if the system-username matches, then this + user is allowed to log in as any of the existing database users. Quoting all makes the keyword lose its special meaning.