Tyler Ware wrote:
> The following bug has been logged online:
>
> Bug reference: 4654
> Logged by: Tyler Ware
> Email address: tylerware@bellsouth.net
> PostgreSQL version: 8.3
> Operating system: windows xp
> Description: not accepting password for user
> Details:
>
> Directly after installing postgresql I try to create a db using createdb
> within the /bin folder. This runs, but then prompts me for a password.
> Type in the password that I entered as the admin password while installing,
> and it produces an error message saying to correct password for user Tyler.
> I know its the correct password, I just entered as the correct password.
> This is on a windows system, XP.
>
>
why not you try like this :-
./psql -d <dbname> -p <port-no> -U <username>
like :- ./psql -d postgres -p 6666 -U postgres
--
regards,tushar
http://webeatoracle.com