projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
529cb26
)
Mention limited usefulness of .pgpass database field.
author
Bruce Momjian
Thu, 21 Oct 2010 21:46:42 +0000
(21:46 +0000)
committer
Bruce Momjian
Thu, 21 Oct 2010 22:00:11 +0000
(22:00 +0000)
doc/src/sgml/libpq.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq.sgml
b/doc/src/sgml/libpq.sgml
index 70d9202e50da968242d8e5e214e742fc4de2d9e6..a911c500d31451c51f3e6253dc8a8d7f6c6b6389 100644
(file)
--- a/
doc/src/sgml/libpq.sgml
+++ b/
doc/src/sgml/libpq.sgml
@@
-6331,6
+6331,8
@@
myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
or the default socket directory) connections coming from the local
machine. In a standby server, a database name of
replication>
matches streaming replication connections made to the master server.
+ The
database> field is of limited usefulness because
+ users have the same password for all databases in the same cluster.