BUG #5699: Postgres runs only under default user.

From: "Johannes Meidert" <johannes(dot)meidert(at)rohde-schwarz(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5699: Postgres runs only under default user.
Date: 2010-10-08 11:53:45
Message-ID: 201010081153.o98BrjQA030204@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5699
Logged by: Johannes Meidert
Email address: johannes(dot)meidert(at)rohde-schwarz(dot)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.

Work around: use postgres and add the user later.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Piergiorgio Buongiovanni 2010-10-08 12:20:35 BUG #5700: double-quoting column names
Previous Message Johannes Meidert 2010-10-08 11:46:31 BUG #5698: pg_dump (8.3.11) does not consider constrains