aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-09-06 17:32:16 -0400
committerBruce Momjian <bruce@momjian.us>2011-09-06 17:32:16 -0400
commit2b3e86d4756ac5480058e71caaed9fa58a644d35 (patch)
tree9346a52642d5744207a7cd843ae7adc9722a9fc2
parent3430ab5986e5d402f7ada7c672a51f679b60c95c (diff)
downloadpostgresql-2b3e86d4756ac5480058e71caaed9fa58a644d35.tar.gz
postgresql-2b3e86d4756ac5480058e71caaed9fa58a644d35.zip
Add documentation suggestion about adding a comment to the top of
pgpass. Backpatch to 9.1.
-rw-r--r--doc/src/sgml/libpq.sgml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 268b642b828..d642edea81a 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -6494,6 +6494,8 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
<synopsis>
<replaceable>hostname</replaceable>:<replaceable>port</replaceable>:<replaceable>database</replaceable>:<replaceable>username</replaceable>:<replaceable>password</replaceable>
</synopsis>
+ (You can add a reminder comment to the file by copying the line above and
+ preceeding it with <literal>#</>.)
Each of the first four fields can be a literal value, or
<literal>*</literal>, which matches anything. The password field from
the first line that matches the current connection parameters will be