recently i have installed postgresql 9.4 on my windows 8 machine while installing PostgreSQL though GUI interface it prompt me for password i entered password and then installed process completed afterward. when i go cmd prompt (through administrative right)and type "psql" it prompts me for password ,when i enter the same password i used while installing PostgreSQL i get following error.
C:\Users\saphal>psql
Password:
psql: FATAL: password authentication failed for user "saphal"
please suggest me.