chris <psql-contact@citecs.de> writes:
> On Thu, Feb 19, 2026 at 08:59:29AM +0000, Subramanian,Ramachandran wrote:
>> 2. Is there any way with which we can install Postgress WITHOUT ROOT privileges.
> You really should not do this, for several reasons.
Why not? People do that all the time if they are building from
source:
https://www.postgresql.org/docs/current/installation.html
I will grant that there's some security advantage to installing the
executables under an ownership account that's different from the
one used to run the server. But it doesn't follow that the owning
account has to be root.
regards, tom lane