diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 90e1c48125..03d7664990 100644 --- 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.