Re: How to check completeness of installation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: chris <psql-contact(at)citecs(dot)de>
Cc: "Subramanian, Ramachandran" <ramachandran(dot)subramanian(at)alte-leipziger(dot)de>, "pgsql-novice(at)lists(dot)postgresql(dot)org" <pgsql-novice(at)lists(dot)postgresql(dot)org>
Subject: Re: How to check completeness of installation
Date: 2026-02-19 14:54:15
Message-ID: 2398804.1771512855@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-novice

chris <psql-contact(at)citecs(dot)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message chris 2026-02-19 15:12:13 Re: How to check completeness of installation
Previous Message chris 2026-02-19 11:03:53 Re: How to check completeness of installation