Re: Postgresql Login problem - Mailing list pgsql-admin

From Ashish Karalkar
Subject Re: Postgresql Login problem
Date
Msg-id 001901c7d9c5$46800c10$170211ac@LIONKING.COM
Whole thread Raw
In response to Postgresql Login problem  ("Dr. Lal Bopearachchi" <lal@apiit.lk>)
List pgsql-admin
Have you supplied password to initdb command?
if not there are two ways
 
1) In pg_hba.conf file set athuntication method =trust instead of  password. (if you want to keep trust method for all time)
 
2) Do the above step then login into postgres database and the issue command
 
alter role postgres password 'your password goes here'
 
then again open pg_hba.con and set authuntication method to password.
 
 
rember these changes requires server restart or relaod.
with regards
ashish...
 
 
 
----- Original Message -----
Sent: Friday, August 03, 2007 12:24 PM
Subject: [ADMIN] Postgresql Login problem

I am trying to use PostgreSQL ver. 8.1.4 that comes with Red Hat Enterprise Linux 5.

I cannot log into the postgres server as postgres, it gives the error message “password authentication failed for user “postgres”.

 

Is there a default password?

 

How can I start working with postgres?

 

Regards.

 

Lal Bopearatchy

pgsql-admin by date:

Previous
From: Julio Leyva
Date:
Subject: Re: Postgresql Login problem
Next
From: Tom Lane
Date:
Subject: Re: Transaction-Overflow