diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-09-06 19:42:46 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-09-06 19:42:46 -0400 |
commit | d858abfdfdcfb11c5eff08c8368c27a3f66964d2 (patch) | |
tree | 3405eb88bf8eef76b5c67d951565ee82f2c07b50 | |
parent | a25fc9edcb6b1ed589d9767b4b8c1cdae21c3cc3 (diff) | |
download | postgresql-d858abfdfdcfb11c5eff08c8368c27a3f66964d2.tar.gz postgresql-d858abfdfdcfb11c5eff08c8368c27a3f66964d2.zip |
Fix spelling mistake in pgpass documentation change.
Per Peter.
-rw-r--r-- | doc/src/sgml/libpq.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index d642edea81a..163a893fb96 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -6495,7 +6495,7 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) <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>#</>.) + preceding 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 |