From a4ee77543f03bb1787c6f8546d2c95af29f9a7b9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 7 Jan 2003 22:52:50 +0000 Subject: [PATCH] Fix doc chmod .pgpass line in 7.3.X. Head already fixed. --- doc/src/sgml/libpq.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.