Re: default password

From: newsreader(at)mediaone(dot)net
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: default password
Date: 2000-12-11 22:06:17
Message-ID: 20001211170617.A30136@dragon.universe
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

There is no password for that user. If you want to do stuff
as that user do this as a regular use

$ su
$password: <--- enter root password
# su - postgres
$ <--- here you are postgres now

The alternative is to add a password for that user while
you are root but it is not a good idea.

Yet another alternative is compile the package from the
source; whoever, except root, runs initdb becomes
postgres super user and you will have complete control
over how the package is installed etc etc.

The administrator documentation is quite complete and takes
you by hand in compiling and installing.

On Mon, Dec 11, 2000 at 12:53:18PM -0500, Mike Hammonds wrote:
> ** Reply Requested When Convenient **
>
> What is the default password of the postgres user that gets created after an RPM install on RedHat 6.x?
>
> Mike Hammonds, CNE5, MCP-NT
> Fellon-McCord & Associates, Inc.
> Office: 502.214-6324
> Fax: 502.426.8800
> mhammonds(at)knowledgeinenergy(dot)com
>

> BEGIN:VCARD
> VERSION:2.1
> X-GWTYPE:USER
> FN:Mike Hammonds
> TEL;WORK:x7389
> ORG:;IS
> TEL;PREF;FAX:426-8800
> EMAIL;WORK;PREF;NGW:Mike(dot)Hammonds(at)knowledgeinenergy(dot)com
> N:Hammonds;Mike
> TITLE:IS MAnager
> X-GWUSERID:mhammonds
> END:VCARD
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message newsreader 2000-12-11 23:45:22 -F option
Previous Message John Burski 2000-12-11 21:01:28 Re: default password