From: | jdassen(at)cistron(dot)nl (J(dot)H(dot)M(dot) Dassen (Ray)) |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Re: cannot create new user in postgres |
Date: | 2001-03-20 11:23:39 |
Message-ID: | slrn9befag.6ou.jdassen@odin.cistron-office.nl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
joydip(at)cal2(dot)vsnl(dot)net(dot)in <joydip(at)cal2(dot)vsnl(dot)net(dot)in> wrote:
> I am trying to create the user but it was giving folllowing errors
>
> [postgres(at)ns data]$ su siddharta
> su: user siddharta does not exist
Meaning: there is no Unix user 'siddharta' on your system.
> This is how I created the user........
[createuser]
Meaning: there is now a PostgreSQL database user 'siddharta'.
PostgreSQL uses a user system that is separate from the underlying operating
system. There is no problem, just a misunderstanding on your part. You can
now use the database user you created with PostgreSQL's commands, e.g
"psql -U siddharta".
HTH,
Ray
--
"If we put in English phrases, that makes it readable". That's COBOL.
Larry Wall on common fallacies of language design
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Ansley | 2001-03-20 11:48:08 | RE: Backing up postgresql databases |
Previous Message | Thierry Besancon | 2001-03-20 08:33:52 | Re: Backing up postgresql databases |