|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.178 2005/01/14 00:23:21 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.179 2005/02/26 14:21:40 momjian Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <chapter id="libpq"> |
@@ -3691,7 +3691,7 @@ sets the user name used to connect to the database. |
3691 | 3691 | </indexterm> |
3692 | 3692 | <envar>PGPASSWORD</envar> |
3693 | 3693 | sets the password used if the server demands password |
3694 | | -authentication. This environment variable isdeprecated for security |
| 3694 | +authentication. This environment variable isnot recommended for security |
3695 | 3695 | reasons; instead consider using the <filename>~/.pgpass</> |
3696 | 3696 | file (see <xref linkend="libpq-pgpass">). |
3697 | 3697 | </para> |
|