Pedro Santos wrote: > Im trying to install one application in my Linux but when I try to use the expression SU postgresql it > ask for password, what is the password? I try my root password but dont work. It may be that you never set that password. Try "grep postgresql /etc/shadow" as root user. If the second field is "!!", there is no password set. You can either become root first, then you need no password for "su postgresql", or you have to set a password. You can change the password as user root with "passwd postgresql". Yours, Laurenz Albe -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general