From: Bruce Momjian Date: Fri, 13 Dec 2002 05:49:10 +0000 (+0000) Subject: This patch fixes a few typos in the documentation for the '~/.pgpass' X-Git-Tag: REL7_4_BETA1~1372 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e60b5d5306aa243cfec2a412f6f38b5a7ec9e6b6;p=thirdparty%2Fpostgresql.git This patch fixes a few typos in the documentation for the '~/.pgpass' libpq feature. Neil Conway --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index e46693a2f6e..29c229da315 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -2136,14 +2136,14 @@ for information on correct values for these environment variables. files - + password .pgpass -The file .pgpass in the home directory is a file -that can contain passwords to be used if the connection requires a -password. This file should have the format: +The .pgpass file in a user's home directory is a +file that can contain passwords to be used if the connection requires +a password. This file should have the format: hostname:port:database:username:password @@ -2155,7 +2155,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.