Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vt5hV-002C2f-3D for pgsql-novice@arkaria.postgresql.org; Thu, 19 Feb 2026 15:12:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vt5hU-003x1r-2R for pgsql-novice@arkaria.postgresql.org; Thu, 19 Feb 2026 15:12:20 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vt5hU-003x1j-1g for pgsql-novice@lists.postgresql.org; Thu, 19 Feb 2026 15:12:20 +0000 Received: from gw.citecs.de ([212.9.189.66]) by magus.postgresql.org with esmtp (Exim 4.98.2) (envelope-from ) id 1vt5hR-000000009gl-2ghI for pgsql-novice@lists.postgresql.org; Thu, 19 Feb 2026 15:12:20 +0000 Received: from app.citecs ([10.0.0.50]) by gw.citecs.de with esmtp (Exim 3.35 #1 (Debian)) id 1vt5hN-0004KK-00; Thu, 19 Feb 2026 16:12:13 +0100 Received: from chris by app.citecs proof01 gdtnrsci with local (Exim 4.80) id 1vt5hN-0007hQ-Ce; Thu, 19 Feb 2026 16:12:13 +0100 Date: Thu, 19 Feb 2026 16:12:13 +0100 From: chris To: Tom Lane Cc: "pgsql-novice@lists.postgresql.org" Subject: Re: How to check completeness of installation Message-ID: <20260219151213.GB22619@app.citecs> References: <628793fdc61e42df9b1cd945e2141a4d@alte-leipziger.de> <20260219094404.GA1707@app.citecs> <2398804.1771512855@sss.pgh.pa.us> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <2398804.1771512855@sss.pgh.pa.us> X-PGP-Fingerprint: 4096R/3B7D0DF2 / B865 A021 AC93 B61F 4476 32A6 04A6 FBDD 3B7D 0DF2 X-PGP-Key-Url: https://www.citecs.de/pgpkey.chris.asc X-PGP-Key: https://www.citecs.de/pgpkey.chris.asc Organization: private User-Agent: Mutt/1.5.21 (2010-09-15) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, Feb 19, 2026 at 09:54:15AM -0500, Tom Lane wrote: > chris 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? besides all technical discussions: - compliance - regulations - house rules - administration - maintainability for years to come - ... The life of software does not end when the compiler stops without errors in fact it's its beginning.