Dann Corbit wrote:
I installed PostgreSQL under an account named postgres, using the installer project.
[EMAIL PROTECTED] ~ $ psql -h localhost -U postgres -W template1 psql.exe: FATAL: Password authentication failed for user "postgres"
"-h localhost" is redundant on Windows - it's the default (since we have no Unix sockets)
Is there a .pgpass file that it somehow picked up?
cheers
andrew
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match