I'm using Windows XP and I've installed PostgreSQL 8.3.5-2. I can create databases via pgAdmin but not from Powershell. When I try, I get the following error:
createdb: could not connect to database postgres: FATAL: password authentication failed for user "gvkv"
where postgres is the server's only user account and "gvkv" is the account I work under. I've tried creating a separate account just for the the server and installing under that account but the installer keeps crashing.
More fundamentally, I want to create some Powershell scripts to automate various tasks of database creation and administration but at this point, I can't even create a data store!