Starting Postgres : user from same group

From: Abhishek Sharma G <abhishek(dot)g(dot)sharma(at)ericsson(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Starting Postgres : user from same group
Date: 2013-01-18 08:57:10
Message-ID: D5E3B68B9F0A0949B87A1AF5753EBF65047371@ESESSMB209.ericsson.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hi,

As per the Postgres design, only the user who is owner of the Postgres's Cluster Directory ( which has permission 700 ) can own the Postgres daemon process.
But I have a requirement so that any other user belonging to the same group can also start the Postgres daemon. It might not be very difficult to change the code for this use case ( at least it seems to be ),
But could some one please suggest me whether this is advisable or I will be messing up with the design ( I am in particular worried about the shared memory ) .

Regards,
Abhishek

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message wang chaoyong 2013-01-18 09:02:40 How to hack the storage component?
Previous Message Jeff Davis 2013-01-18 08:37:28 Re: 9.3 Pre-proposal: Range Merge Join