Re: psql: FATAL: role "postgres" does not exist

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: psql: FATAL: role "postgres" does not exist
Дата
Msg-id dcc563d10909261829t5e1bf10fl8d938b184dc5b431@mail.gmail.com
обсуждение исходный текст
Ответ на psql: FATAL: role "postgres" does not exist  (Martin Gainty <mgainty@hotmail.com>)
Список pgsql-general
2009/9/26 Martin Gainty <mgainty@hotmail.com>:
> All-
>
> when starting postgres what does this error mean exactly?
> psql: FATAL:  role "postgres" does not exist
>
> what is the exact solution for psql: FATAL:  role "postgres" does not exist
> error?

That's not an error starting postgresql, it's an error starting psql.
Postgresql, by default, sets ownership of the cluster files and
creates a login role for the username used to run initdb.  So, what
username was used to run initdb?

В списке pgsql-general по дате отправления:

Предыдущее
От: Martin Gainty
Дата:
Сообщение: psql: FATAL: role "postgres" does not exist
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: psql: FATAL: role "postgres" does not exist