Commit a25fc9ed authored by Bruce Momjian's avatar Bruce Momjian

Add documentation suggestion about adding a comment to the top of

pgpass.

Backpatch to 9.1.
parent db10f01b
...@@ -6494,6 +6494,8 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) ...@@ -6494,6 +6494,8 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
<synopsis> <synopsis>
<replaceable>hostname</replaceable>:<replaceable>port</replaceable>:<replaceable>database</replaceable>:<replaceable>username</replaceable>:<replaceable>password</replaceable> <replaceable>hostname</replaceable>:<replaceable>port</replaceable>:<replaceable>database</replaceable>:<replaceable>username</replaceable>:<replaceable>password</replaceable>
</synopsis> </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 Each of the first four fields can be a literal value, or
<literal>*</literal>, which matches anything. The password field from <literal>*</literal>, which matches anything. The password field from
the first line that matches the current connection parameters will be the first line that matches the current connection parameters will be
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment