Re:

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Raphael Palestino Serpa <faelserpa_rps(at)hotmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re:
Date: 2010-02-27 19:44:27
Message-ID: 4B89761B.4030904@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Raphael Palestino Serpa wrote:
> Hi, I tried to install PostgreSQL Version 8.4.2-1 for Windows XP and
> need a password, I tried some passwords that I used in the instalation
> in the University but didn't work. What can I do? What is the password?

what exactly is asking for this password? was there a postgres
previously installed on this system?

there's two kinds of accounts here... one is the windows user account
used to run the postgres service, its most typically called 'postgres'
and is a totally unprivileged user (can't even log in to the desktop,
all it can do is run a service), and the other kind of user is postgres
database users of which only one is created initially when the server is
installed, also called 'postgres', but the default authentication is
'trust' which doesn't require passwords to connect to postgres.

if postgres was previously installed on this system, there's a postgres
system user already created, and it likely has a very random complex
password. a windows administrative user can reset this with the NET
USER command, like...

NET USER POSTGRES newpassword

and then when you go to install postgres, and it sees the account
already exists, this is the password it wants. this password is
stored (as an encrypted hash) in the windows 'service descriptor' and
used nowhere else.

btw, this isn't a 'bug' at all, using the bug report form was incorrect.

In response to

  • at 2010-02-27 14:15:19 from Raphael Palestino Serpa

Browse pgsql-bugs by date

  From Date Subject
Next Message Jeff Davis 2010-02-28 17:47:33 Re: possible bug not in open items
Previous Message Bruce Momjian 2010-02-27 17:42:59 Re: BUG #5348: Postgres crashes with index on xpath_string