++ 27/07/01 08:55 -0700 - Yu Ye Zhou:
> I user adduser to add postgres as new user for my
> database. Hoever, I didn't provide a user passwd for
> postgres. I use su to login as postgres. I need to
> change postgres' passwd so that I can login as
> postgres. How can the root user change other user's
> password? What is the default password? I'm using
> version 7.1

a) there is no default password. So, by default, you cannot log in as
postgres.

b) root can use the command:

    passwd ?username?

to change the password of a user. 

A better question is, why do you want to login as postgres?

-- 
"I may be a monkey,     Crutcher Dunnavant 
 but I'm a monkey       <[EMAIL PROTECTED]>
 with ambition!"        Red Hat OS Development



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to