tags:

views:

24

answers:

1

I got Postgres 8.4 installed on my mac with Snow Leopard. I know the 'postgres' user was created but I have no idea what the default password is. How should I login to the database?

A: 

http://archives.postgresql.org/pgsql-admin/2001-10/msg00192.php and similar internet resources may answer your question. Supposedly, there is no password by default.

Reinderien
Thanks for the info. I think the problem was caused by a previous installation. I have been working with the pg_hba.conf and am close to getting it working.
analyticsPierce
Once you do get it working, would you like to post your configuration file(s)? This will help out future users.
Reinderien