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 1vt1pF-00G9uh-1P for pgsql-novice@arkaria.postgresql.org; Thu, 19 Feb 2026 11:04:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vt1pD-003MtT-2c for pgsql-novice@arkaria.postgresql.org; Thu, 19 Feb 2026 11:04:03 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vt1pD-003MtL-1k for pgsql-novice@lists.postgresql.org; Thu, 19 Feb 2026 11:04:03 +0000 Received: from gw.citecs.de ([212.9.189.66]) by makus.postgresql.org with esmtp (Exim 4.98.2) (envelope-from ) id 1vt1pA-000000007fR-2NFu for pgsql-novice@lists.postgresql.org; Thu, 19 Feb 2026 11:04:02 +0000 Received: from app.citecs ([10.0.0.50]) by gw.citecs.de with esmtp (Exim 3.35 #1 (Debian)) id 1vt1p4-0003lw-00; Thu, 19 Feb 2026 12:03:54 +0100 Received: from chris by app.citecs proof01 chetpefp with local (Exim 4.80) id 1vt1p3-0001AD-UM; Thu, 19 Feb 2026 12:03:53 +0100 Date: Thu, 19 Feb 2026 12:03:53 +0100 From: chris To: "Subramanian,Ramachandran" Cc: "pgsql-novice@lists.postgresql.org" Subject: Re: How to check completeness of installation Message-ID: <20260219110353.GA32725@app.citecs> References: <628793fdc61e42df9b1cd945e2141a4d@alte-leipziger.de> <20260219094404.GA1707@app.citecs> <5756d72dc39c4a3fa3bf2ff9f0cbfb9c@alte-leipziger.de> <20260219102549.GA18280@app.citecs> <39c56e47fb224ee78316d0b0a78619af@alte-leipziger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <39c56e47fb224ee78316d0b0a78619af@alte-leipziger.de> 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 10:50:07AM +0000, Subramanian,Ramachandran wrote: > Hello > > Thank you for your guidance. > > Our Linux Admin team said that they picked up a RHEL9 package with postgres ( I do not from where ), > and this package possibly did not have the complete set of executables. there are RPM from postgresql.org: https://www.postgresql.org/download/linux/redhat/ I would expect them to be complete (maybe just for comparison) > They also said that soon they will resolve the issue. Nice guys :-) > The first two commands work , the third command rpm -q | p package_name does not work ( p unknown command ). it's rather "minus qu _ell_ pee" than "minus qu _pipe_ pee" > [postgres@lx90158 ~]$ cat /etc/os-release > NAME="Red Hat Enterprise Linux" > VERSION="9.7 (Plow)" so it's Red Hat Enterprise Linux Version 9.7 which uses "rpm" as package manager. HTH, Chris