-
+
-The permissions on .pgpass must disallow any
-access to world or group; achieve this by the command
+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.
-(The file permissions are not currently checked on Microsoft Windows,
-however.)
+On Microsoft Windows, the file is stored in a directory that is secure by
+default, so no special permissions check is made.