Initial user and RedHat 8.0 - Mailing list pgsql-novice

From Joel FYAN
Subject Initial user and RedHat 8.0
Date
Msg-id DAV60GU3fZ3rc5SpQU2000387bd@hotmail.com
Whole thread Raw
Responses Re: Initial user and RedHat 8.0  (Jason Earl <jason.earl@simplot.com>)
List pgsql-novice
Hello,
 
I ran initdb as the unprivileged user 'postgres'.  The output of the initialization suggested that the superuser account for the db cluster would be 'postgres'.
 
Next, I started the db server as per the instructions in the initdb output: /usr/bin/postmaster -D /var/lib/pgsql/data.  The output to the terminal indicated that the db was started.
 
Finally, I attempted to connect to the db with the postgres user as follows: postgres$ psql -U postgres.  I received the following message: FATAL: Database "postgres" does not exist in the system catalog.
 
I tried using psql -u which lead to an explicit prompt for user name and password.  I entered postgres and then the password for the system user.  The same message was displayed.
 
Any insight would be appreciated.
 
Thanks,
 
jfyan

pgsql-novice by date:

Previous
From: simran
Date:
Subject: Stored Procedure Question
Next
From: Jérôme Kestener
Date:
Subject: NewBie