Tom Lane wrote:
Log Message:
-----------
Adjust user-facing documentation to explain why we don't check pgpass
file permissions on Windows.
+On Microsoft Windows, the file is stored in a directory that is secure by
+default, so no special permissions check is made.
I doubt this is true if PGPASSFILE is set.
cheers
andrew
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match