psql: FATAL: Password authentication failed for user "Administrator" - Mailing list pgsql-hackers

From Sudhakar Kurumella
Subject psql: FATAL: Password authentication failed for user "Administrator"
Date
Msg-id 20040921113845.9007.qmail@web60409.mail.yahoo.com
Whole thread Raw
Responses Re: psql: FATAL: Password authentication failed for  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-hackers
Hi,
 
I am using postgresql windows based "8.0-beta2-dev3". I have provided default user and password while installing. When i am trying to connecto to psql through dos command prompt, i am getting following error:
 
[D:\Postgresql\8.0-beta2-dev3\bin]psql
psql: FATAL:  Password authentication failed for user "Administrator"
 
I dont have user named "Administrator", i have only user "postgres" and my "pg_hba.conf" details are:
 
# TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD
local   all         postgres                          md5
# IPv4-style local connections:
host    all         all         127.0.0.1/32          md5
# IPv6-style local connections:
#host    all         all         ::1/128               md5
 
My question is how to connect postgres through the dos command prompt, to use commands such as pg_dump etc..
 
thanks,
kuru
 

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

pgsql-hackers by date:

Previous
From: Gaetano Mendola
Date:
Subject: Re: CVS configure failure
Next
From: "D'Arcy J.M. Cain"
Date:
Subject: PostgreSQL 7.4 runs slower than 7.3