Re: problem startting postgresql

From: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
To: suresh s <sureshatwork(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: problem startting postgresql
Date: 2002-12-04 13:00:05
Message-ID: 1039006804.11430.33.camel@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> but i have small doubt what is the difference between
>
> $ adduser postgres
> and
> $ su - -c "useradd postgres"

The first ought to fail because a non-superuser should not have the
ability to add new users to the system. (The $ prompt indicates that you
are not a superuser.) If it worked, your system would be completely
insecure.

The second becomes superuser before trying to add the new user.

Perhaps you need to do a basic Unix course...

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight, UK http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"Behold, happy is the man whom God correcteth.
Therefore despise thou not the chastening of the
Almighty." Job 5:17

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Felipe Schnack 2002-12-04 13:10:28 UTF encoding error
Previous Message Martijn van Oosterhout 2002-12-04 12:15:00 Re: performance tuning