On Mon, Mar 05, 2007 at 10:58:32AM -0500, dlivesay@xxxxxxxxx wrote: > Quoting Magnus Hagander <magnus@xxxxxxxxxxxx>: > > >It should work perfectly fine to restore it using psql -f on Windows as > >well, I'd recommend that you look into why that's not working and try to > >fix that instead. > > The main problem I'm having is that any command I try to use with psql, even > psql /?, causes it to prompt me for a password, and it tells me my password > is > wrong no matter what username/passsword combination I try. > > Beyond that, I really don't know what the correct syntax to use in the > Windows > command shell is. Would it be "psql -f" or "psql /f"? it's psql -f. So you should be using psql -? to get the help. //Magnus