From: | Lee Kindness <lkindness(at)csl(dot)co(dot)uk> |
---|---|
To: | "martin tan" <martin_art_tan(at)email(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org, Lee Kindness <lkindness(at)csl(dot)co(dot)uk> |
Subject: | [BUGS] help! |
Date: | 2002-04-23 16:18:18 |
Message-ID: | 15557.35146.801372.393936@kelvin.csl.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-general |
martin tan writes:
> I would just want to ask if what is the default password of
> postgresql after installing it... coz when i type su postgres it
> ask me a password which i dont know what?
I'm assuming you're on Linux, and i'm assuming you mean an RPM
installation, and i'm assuming you mean PostgreSQL 7.2.1,... and i'm
assuming you know this isn't a bug (replies to -general list)...
The documentation you installed has the answer, see:
/usr/share/doc/postgresql-7.2.1/README.rpm-dist
The user 'postgres' is created during installation of the server
subpackage. This user by default is UID and GID 26. The user has the
default shell set to bash, and the home directory set to
/var/lib/pgsql. This user also has no default password -- in order to
be able to su to from a non-root account or login as 'postgres' you
will need to set a password using passwd.
To summarise:
su -
passwd postgres
exit
Lee.
From | Date | Subject | |
---|---|---|---|
Next Message | Jean-Paul ARGUDO | 2002-04-23 16:40:23 | Re: cvs update, configure, make, error in bootstrap.* ?... |
Previous Message | Tim Barnard | 2002-04-23 16:17:58 | Re: help! |
From | Date | Subject | |
---|---|---|---|
Next Message | Oleg Bartunov | 2002-04-23 16:19:22 | Re: Connections per second? |
Previous Message | Tim Barnard | 2002-04-23 16:17:58 | Re: help! |