From: Bruce Momjian Date: Tue, 7 Jan 2003 22:52:50 +0000 (+0000) Subject: Fix doc chmod .pgpass line in 7.3.X. Head already fixed. X-Git-Tag: REL7_3_2~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4ee77543f03bb1787c6f8546d2c95af29f9a7b9;p=thirdparty%2Fpostgresql.git Fix doc chmod .pgpass line in 7.3.X. Head already fixed. --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index db205bb7dd0..c025387e17a 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -2153,7 +2153,7 @@ with \. The permissions on .pgpass must disallow any access to world or group; achieve this by the command -chmod 0600 .pgaccess. +chmod 0600 .pgpass. If the permissions are less strict than this, the file will be ignored.