Re: PostgreSQL fails to start

Поиск
Список
Период
Сортировка
От Massa, Harald Armin
Тема Re: PostgreSQL fails to start
Дата
Msg-id e3e180dc1002201338r30a3f3bbx3c85878667b731dc@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL fails to start  (Heddon's Gate Hotel <hotel@heddonsgate.co.uk>)
Список pgsql-general
Eddie,
 
It also seems to show a weakness in PostgreSQL's logging, in that (a) it would help a lot if it just printed its error to stderr, and (b) the log message it did send to the event log was of the form "directory not found" rather than "permission denied".

problem for sending to stderr: there is no stderr for a service; so using the eventlog is the "thing to do" for services.

And "permission denied" is the error PostgreSQL gets from the operating system when trying to access its datadirectory; Windows will (correctly!) not allow an non-permitted user to query for existence of things it has no access to.

best wishes,

Harald

--
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Spielberger Straße 49
70435 Stuttgart
0173/9409607
no fx, no carrier pigeon
-
%s is too gigantic of an industry to bend to the whims of reality

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

Предыдущее
От: Heddon's Gate Hotel
Дата:
Сообщение: Re: PostgreSQL fails to start
Следующее
От: John Gage
Дата:
Сообщение: Re: PostgreSQL fails to start