Re: PostgreSQL fails to start

From: "Massa, Harald Armin" <chef(at)ghum(dot)de>
To: "Heddon's Gate Hotel" <hotel(at)heddonsgate(dot)co(dot)uk>
Cc: rod <rod(at)iol(dot)ie>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL fails to start
Date: 2010-02-20 21:38:03
Message-ID: e3e180dc1002201338r30a3f3bbx3c85878667b731dc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John Gage 2010-02-20 21:42:22 Re: PostgreSQL fails to start
Previous Message Andre Lopes 2010-02-20 17:36:49 Re: Transactions, How to?