projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e9b41b
)
Missed mention of PGPASSWORDFILE.
author
Bruce Momjian
Thu, 5 Sep 2002 22:09:42 +0000
(22:09 +0000)
committer
Bruce Momjian
Thu, 5 Sep 2002 22:09:42 +0000
(22:09 +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 90e1c48125df25c3a383314a77da897cb75117d5..03d766499081d3593d45a853b6d48343fb1efafb 100644
(file)
--- a/
doc/src/sgml/libpq.sgml
+++ b/
doc/src/sgml/libpq.sgml
@@
-1,5
+1,5
@@
@@
-2047,7
+2047,8
@@
sets the user name used to connect to the database and for authentication.
PGPASSWORD
sets the password used if the backend demands password
authentication. This functionality is deprecated for security
-reasons; consider migrating to
PGPASSWORDFILE
.
+reasons; consider migrating to use the
$HOME/.pgpass>
+file.