Missed mention of PGPASSWORDFILE.
authorBruce Momjian
Thu, 5 Sep 2002 22:09:42 +0000 (22:09 +0000)
committerBruce Momjian
Thu, 5 Sep 2002 22:09:42 +0000 (22:09 +0000)
doc/src/sgml/libpq.sgml

index 90e1c48125df25c3a383314a77da897cb75117d5..03d766499081d3593d45a853b6d48343fb1efafb 100644 (file)
@@ -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.