Initial user and RedHat 8.0

Поиск
Список
Период
Сортировка
От Joel FYAN
Тема Initial user and RedHat 8.0
Дата
Msg-id DAV60GU3fZ3rc5SpQU2000387bd@hotmail.com
обсуждение исходный текст
Ответы Re: Initial user and RedHat 8.0
Список 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 по дате отправления:

Предыдущее
От: simran
Дата:
Сообщение: Stored Procedure Question
Следующее
От: Jérôme Kestener
Дата:
Сообщение: NewBie