BUG #6405: postgres account not created during unattended install

From: mark(dot)phillips(at)mophilly(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6405: postgres account not created during unattended install
Date: 2012-01-20 21:58:01
Message-ID: E1RoMTB-0000Am-5O@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 6405
Logged by: Mark Phillips
Email address: mark(dot)phillips(at)mophilly(dot)com
PostgreSQL version: 9.1.2
Operating system: Mac OS X 10.7
Description:

for a stand alone app that uses postgres, the app installer invokes the
shell script installbuilder.sh for the "unattended" install of postgres.

The pg installer creates a user "PostgreSQL" that is not hidden, but does
not create a hidden account "postgres". As a result, the invocation of
pg_ctl fails. Error is "unknown login: postgres".

Browse pgsql-bugs by date

  From Date Subject
Next Message Giuseppe Sucameli 2012-01-22 13:22:06 Different error messages executing CREATE TABLE or ALTER TABLE to create a column "xmin"
Previous Message mark.phillips 2012-01-20 21:31:03 BUG #6404: postgres account not created during unattended install