Re: default password - Mailing list pgsql-novice

From newsreader@mediaone.net
Subject Re: default password
Date
Msg-id 20001211170617.A30136@dragon.universe
Whole thread Raw
In response to default password  ("Mike Hammonds" <mhammonds@knowledgeinenergy.com>)
List 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@knowledgeinenergy.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.Hammonds@knowledgeinenergy.com
> N:Hammonds;Mike
> TITLE:IS MAnager
> X-GWUSERID:mhammonds
> END:VCARD
>


pgsql-novice by date:

Previous
From: John Burski
Date:
Subject: Re: default password
Next
From: "Diego A. Puertas F."
Date:
Subject: Serial field problem with Access 97