Re: [GENERAL] 10beta1 role

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: [GENERAL] 10beta1 role
Дата
Msg-id CAMkU=1yhpXhAM=uxNEOAnK08BtHhV07KfJjYE93tNq4VRPC2aA@mail.gmail.com
обсуждение исходный текст
Ответ на [GENERAL] 10beta1 role  (Ray Stell <stellr@vt.edu>)
Ответы Re: [GENERAL] 10beta1 role
Список pgsql-general
On Thu, Jun 22, 2017 at 12:06 PM, Ray Stell <stellr@vt.edu> wrote:
I used "initdb -U" to specify an alternate superuser.  On startup it throws these msgs:

2017-06-22 14:36:34 EDT,0,startup FATAL:  28000: role "postgresql" does not exist

2017-06-22 14:36:34 EDT,0,startup LOCATION: InitializeSessionUserId, miscinit.c:503

Earlier versions do the same thing if you start them with the wait option (-w).

The difference is that wait is now the default, and you use -W to turn it off.

With the wait option in use, when starting up the server pg_ctl keeps trying to connect to the server so once it is running, it can report success. But it doesn't know who to connect as, so it just uses the default.

Cheers,

Jeff

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

Предыдущее
От: Melvin Davidson
Дата:
Сообщение: Re: [GENERAL] 10beta1 role
Следующее
От: Ray Stell
Дата:
Сообщение: Re: [GENERAL] 10beta1 role