Re: How to check completeness of installation
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: chris <psql-contact@citecs.de>
Cc: "Subramanian,
Ramachandran" <ramachandran.subramanian@alte-leipziger.de>,
"pgsql-novice@lists.postgresql.org"
<pgsql-novice@lists.postgresql.org>
Date: 2026-02-19T14:54:15Z
Lists: pgsql-novice
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