docs: Improve pg_isready details about username/dbname

Report by Erik Rijkers

Backpatch through 9.4
This commit is contained in:
Bruce Momjian 2014-09-06 12:43:11 -04:00
parent d42f67c52a
commit 465b52e74c
1 changed files with 3 additions and 2 deletions

View File

@ -170,8 +170,9 @@ PostgreSQL documentation
<title>Notes</title>
<para>
The options <option>--dbname</> and <option>--username</> can be used to avoid gratuitous
error messages in the logs, but are not necessary for proper functionality.
It is not necessary to supply correct user name, password, or database
name values to obtain the server status; however, if incorrect values
are provided, the server will log a failed connection attempt.
</para>
</refsect1>