Commit d5aa0dc8 authored by Peter Eisentraut's avatar Peter Eisentraut

Improve wording

parent c3d7e3d4
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.38 2001/11/28 20:36:09 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.39 2001/11/29 16:01:15 petere Exp $
--> -->
<chapter id="libpqplusplus"> <chapter id="libpqplusplus">
...@@ -111,7 +111,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.38 2001/11/28 20:36: ...@@ -111,7 +111,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.38 2001/11/28 20:36:
<envar>PGPASSWORD</envar> <envar>PGPASSWORD</envar>
sets the password used if the backend demands password sets the password used if the backend demands password
authentication. This is not recommended because the password can authentication. This is not recommended because the password can
be read by others using a <command>ps</command> environment flag be read by others using the <command>ps</command> command with special options
on some platforms. on some platforms.
</para> </para>
</listitem> </listitem>
......
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.83 2001/11/28 20:36:09 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.84 2001/11/29 16:01:15 petere Exp $
--> -->
<chapter id="libpq"> <chapter id="libpq">
...@@ -2015,7 +2015,7 @@ sets the user name used to connect to the database and for authentication. ...@@ -2015,7 +2015,7 @@ sets the user name used to connect to the database and for authentication.
<envar>PGPASSWORD</envar> <envar>PGPASSWORD</envar>
sets the password used if the backend demands password sets the password used if the backend demands password
authentication. This is not recommended because the password can authentication. This is not recommended because the password can
be read by others using a <command>ps</command> environment flag be read by others using the <command>ps</command> command with special options
on some platforms. on some platforms.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment