[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>    I am trying to create the user but it was giving folllowing errors
>
>    [postgres@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


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to