Re: [BUGS] BUG #5211: invalid password

From: David Fetter <david(at)fetter(dot)org>
To: lee brown <lee_brown2(at)msn(dot)com>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: [BUGS] BUG #5211: invalid password
Date: 2009-11-24 12:48:29
Message-ID: 20091124124829.GB28996@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general

On Tue, Nov 24, 2009 at 11:04:58AM +0000, lee brown wrote:
>
> The following bug has been logged online:
>
> Bug reference: 5211
> Logged by: lee brown
> Email address: lee_brown2(at)msn(dot)com
> PostgreSQL version: 8.3
> Operating system: vista
> Description: invalid password
> Details:
>
> i accidentally let computer generate password at"initialize database
> cluster"stage of installation.is there any way of undoing this
> error?

This is not a bug, so I'm redirecting to the pgsql-general list, where
it belongs. :)

Change your pg_hba.conf to allow "trust" auth from localhost, restart
the server, use the ALTER USER command to change the password to
something else, change pg_hba.conf back, then restart the server
again.

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Kevin Grittner 2009-11-24 22:41:06 Re: BUG #5212: incorrect resource manager data checksum in record at ...
Previous Message Amaya Gamarra 2009-11-24 11:51:48 BUG #5212: incorrect resource manager data checksum in record at ...

Browse pgsql-general by date

  From Date Subject
Next Message Denis Lussier 2009-11-24 15:10:17 Re: [PERFORM] Strange performance degradation
Previous Message Michal Szymanski 2009-11-24 12:22:01 Partitioning table and dynamic SQL in trigger