Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitffef9a9

Browse files
committed
Clarify PGPASSWORD usage:
! authentication. Use of this environment variable is not! recommended for security reasons (some operating systems! allow non-root users to see process environment variables via! <application>ps</>); instead consider using the! <filename>~/.pgpass</> file (see <xref linkend="libpq-pgpass">).
1 parent891497d commitffef9a9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.179 2005/02/2614:21:40 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.180 2005/02/2618:39:04 momjian Exp $
33
-->
44

55
<chapter id="libpq">
@@ -3691,9 +3691,11 @@ sets the user name used to connect to the database.
36913691
</indexterm>
36923692
<envar>PGPASSWORD</envar>
36933693
sets the password used if the server demands password
3694-
authentication. This environment variable is not recommended for security
3695-
reasons; instead consider using the <filename>~/.pgpass</>
3696-
file (see <xref linkend="libpq-pgpass">).
3694+
authentication. Use of this environment variable is not
3695+
recommended for security reasons (some operating systems
3696+
allow non-root users to see process environment variables via
3697+
<application>ps</>); instead consider using the
3698+
<filename>~/.pgpass</> file (see <xref linkend="libpq-pgpass">).
36973699
</para>
36983700
</listitem>
36993701
<listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp