diff options
-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 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 <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> |