On Sat, 28 Feb 2004, Benson Lei wrote:
> Hi,
>
> I finished the installation of the postgresql-7.4.1 with the Red Hat Linux
> V9.0
> by using the user account pgsql.
Have you gotten as far as setting the envar $PGDATA and running initdb?
> But I can not create the sa account and can not create database ?
IF so, then the sa account was created as whoever ran initdb. su - to
that account and run the command "createdb" and the database for said user
should be created.