projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d42f67c
)
docs: Improve pg_isready details about username/dbname
author
Bruce Momjian
<bruce@momjian.us>
Sat, 6 Sep 2014 16:43:11 +0000
(12:43 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 6 Sep 2014 16:43:11 +0000
(12:43 -0400)
Report by Erik Rijkers
Backpatch through 9.4
doc/src/sgml/ref/pg_isready.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_isready.sgml
b/doc/src/sgml/ref/pg_isready.sgml
index cadfe8eb08183e0aab7543aa3f6570226cce62c6..2ee79a0bbebb46b4d4287776868cded24fc9b710 100644
(file)
--- a/
doc/src/sgml/ref/pg_isready.sgml
+++ b/
doc/src/sgml/ref/pg_isready.sgml
@@
-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>