From ec4fcf4a9292378a6a586c7533ef970edf083831 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Tue, 20 Feb 2024 11:59:10 +0900 Subject: [PATCH] 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 --- doc/src/sgml/client-auth.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 740ae77b6d0..a36c7b163d4 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -943,8 +943,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.