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