Re: BUG #5699: Postgres runs only under default user. - Mailing list pgsql-bugs

From Craig Ringer
Subject Re: BUG #5699: Postgres runs only under default user.
Date
Msg-id 4CB2672C.4000002@postnewspapers.com.au
Whole thread Raw
In response to BUG #5699: Postgres runs only under default user.  ("Johannes Meidert" <johannes.meidert@rohde-schwarz.com>)
Responses Re: BUG #5699: Postgres runs only under default user.
List pgsql-bugs
On 10/08/2010 07:53 PM, Johannes Meidert wrote:
>
> The following bug has been logged online:
>
> Bug reference:      5699
> Logged by:          Johannes Meidert
> Email address:      johannes.meidert@rohde-schwarz.com
> PostgreSQL version: 9.0.1
> Operating system:   windows
> Description:        Postgres runs only under default user.
> Details:
>
> If a --superaccount is specified during installation other than 'postgres',
> the service will not start correctly and there are lots of errors "role
> <postgres>  does not exist" in the DB error log.
> The option -- superaccount should be removed.

It does seem a bit odd - if the super account is wired into the database
cluster at initdb time, you'd think it'd be read from there on startup.

Comments, anybody? This report hasn't seen a response, but seems to have
some legitimacy as a usability issue if not an outright bug.

--
Craig Ringer

pgsql-bugs by date:

Previous
From: maizi
Date:
Subject: wrong timezone precision using plpythonu trigger
Next
From: Tom Lane
Date:
Subject: Re: BUG #5702: pg fails to use a conditional index even the where clause matches the condition