Bill Harris <[EMAIL PROTECTED]> writes: > $ /cygdrive/c/Program\ Files/PostgreSQL/8.0.0-beta4/bin/psql.exe template1 < > da > tabase.backup > Password: > psql: FATAL: password authentication failed for user "user name"
It was a relatively easy answer. I temporarily edited pg_hba.conf to allow users without passwords, I created the user in question, and I made small edits to the start of my backup file, and it all worked well. Bill -- Bill Harris Facilitated Systems http://facilitatedsystems.com/ ---------------------------(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