Apparently I forgot one combination, which was the correct one. For
reference:
localhost:*:databasename:username:password
---(end of broadcast)---
TIP 4: Have you searched our list archives?
http://archives.postgresql.org/
Postgres 8.1 on a windows machine.
I followed instructions and went to APPDIR to setup the file
pgpass.conf:
* * myuser mypass
I also tried: * * databasenamemyuser mypass
I also tried: *:*:myuser:mypass
When i start psql -U myuser, it always requests that I type the
password. Wh