by Josh » Tue Feb 12, 2008 12:12 pm
If you have it installed on your computer, and you didn't alter any configuration options when you installed it, all you need to do is enter the password you gave PostgreSQL upon installation. If you do not remember your password, go to Start -> Programs -> PostgreSQL -> Configuration files -> Edit pg_hba.conf. Change the line that says:
[codeakp]host all all 127.0.0.1/32 md5[/codeakp]
to say:
[codeakp]host all all 127.0.0.1/32 trust[/codeakp]
Stop and restart the PostgreSQL service (using the links in the Start menu group) and leave the password field blank in PT3 and you should be good to go.