hoelc <[EMAIL PROTECTED]> writes:

> Hello,
> I'm a newbei in this Unix world.  I've a simple question here that need some
> advise.
> How should I create postgres superuser?
> I'm currently trying to install PostgreSQL into my Linux system, and the
> Installation Procedure stated that we need to create the Postgres superuser
> account.  I wonder, by just "adduser" with user ID as postgres is enough?  Or is
> there other steps that I should do?

        No. A simple adduser would work, but at the next installation
stages, make all your actions with the user postgres. Note that
postgres is not a super-user in the unix-sense (he has no more rights
than any user), but in the postgres-sense (he and only him can start
or stop the postmaster and create database or postgres-users (if he
don't give his rights of course)).

        Note also that many linux distributions create a postgres
account on installation (like debian), or where you install the rpm
distribution of Postgres (like redhat).

> Please advise.  Thank you very much.

        You're welcome !

> Regards,
> LCH
        Bye !
-- 
  ___
{~._.~}                    Stephane - DUST - Dupille
 ( Y )            You were dust and you shall turn into dust
()~*~()                  email : [EMAIL PROTECTED]
(_)-(_)

Reply via email to