Re: BUG #6260: not accept password

From: Sachin Srivastava <sachin(dot)srivastava(at)enterprisedb(dot)com>
To: Ric Eittreim <ric(at)groundtruth(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6260: not accept password
Date: 2011-10-18 04:41:36
Message-ID: 98272433-0B8A-4E1F-AF2B-FB174080C527@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


On Oct 18, 2011, at 3:49 AM, Ric Eittreim wrote:

>
> The following bug has been logged online:
>
> Bug reference: 6260
> Logged by: Ric Eittreim
> Email address: ric(at)groundtruth(dot)com
> PostgreSQL version: 9.0.4
> Operating system: Mac LION
> Description: not accept password
> Details:
>
> I just installed Postgres for the first time to learn sql. After what
> appeared to be a successful install, I enter psql and it prompts for a
> password. I enter the same password that is requested (twice) during the
> install but no matter what I try, it claims "incorrect password attempts" -
> I used only 4 simple characters (rwe9) as this is just a place to learn.
> Can you help me please???
try giving -U <username> option to psql and then enter the password for that user.

>
> --
> Sent via pgsql-bugs mailing list (pgsql-bugs(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-bugs

--
Regards,
Sachin Srivastava
EnterpriseDB, the Enterprise PostgreSQL company.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Sachin Srivastava 2011-10-18 05:38:21 Re: BUG #6260: not accept password
Previous Message Tom Lane 2011-10-18 04:11:38 Re: [v9.2] make_greater_string() does not return a string in some cases