diff options
Diffstat (limited to 'doc/src/sgml/client-auth.sgml')
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 3b2a0f8fb05..cc8c59206c9 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -2313,7 +2313,7 @@ FATAL: database "testdb" does not exist </programlisting> The database you are trying to connect to does not exist. Note that if you do not specify a database name, it defaults to the database - user name, which might or might not be the right thing. + user name. </para> <tip> |