diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-10-21 21:46:42 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-10-21 22:00:11 +0000 |
commit | 71be8db5dfada851c45d6f4d1d7364456fd40be5 (patch) | |
tree | 2a61cc9fe8bc59d14d290a6f8f3fdb99a71fc5bc | |
parent | 529cb267a6843a6a8190c86b75d091771d99d6a9 (diff) | |
download | postgresql-71be8db5dfada851c45d6f4d1d7364456fd40be5.tar.gz postgresql-71be8db5dfada851c45d6f4d1d7364456fd40be5.zip |
Mention limited usefulness of .pgpass database field.
-rw-r--r-- | doc/src/sgml/libpq.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 70d9202e50d..a911c500d31 100644 --- 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 <literal>replication</> matches streaming replication connections made to the master server. + The <literal>database</> field is of limited usefulness because + users have the same password for all databases in the same cluster. </para> <para> |