From: Bruce Momjian Date: Tue, 20 Feb 2007 19:35:17 +0000 (+0000) Subject: Update pgpass Win32 wording. X-Git-Tag: REL8_3_BETA1~1144 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=298de77d51fc6135cf44db541d8859e21c15c36d;p=thirdparty%2Fpostgresql.git Update pgpass Win32 wording. --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 9e5416c53f3..4e0f5cee23c 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ - + <application>libpq</application> - C Library @@ -4341,8 +4341,8 @@ On Unix systems, the permissions on .pgpass must disallow any access to world or group; achieve this by the command chmod 0600 ~/.pgpass. If the permissions are less strict than this, the file will be ignored. -On Microsoft Windows, the file is stored in a directory that is secure by -default, so no special permissions check is made. +On Microsoft Windows, it is assumed that the file is stored in a directory +that is secure, so no special permissions check is made.