public inbox for pgsql-novice@postgresql.org  
help / color / mirror / Atom feed
From: Laurenz Albe <laurenz.albe@cybertec.at>
To: Subramanian,Ramachandran <ramachandran.subramanian@alte-leipziger.de>
To: chris <psql-contact@citecs.de>
To: pgsql-novice@lists.postgresql.org <pgsql-novice@lists.postgresql.org>
Subject: Re: AW: How to check completeness of installation
Date: Thu, 19 Feb 2026 16:51:39 +0100
Message-ID: <2221152fd4344eed5413c3f1b18067ae417ad483.camel@cybertec.at> (raw)
In-Reply-To: <39c56e47fb224ee78316d0b0a78619af@alte-leipziger.de>
References: <628793fdc61e42df9b1cd945e2141a4d@alte-leipziger.de>
	<20260219094404.GA1707@app.citecs>
	<5756d72dc39c4a3fa3bf2ff9f0cbfb9c@alte-leipziger.de>
	<20260219102549.GA18280@app.citecs>
	<39c56e47fb224ee78316d0b0a78619af@alte-leipziger.de>

On Thu, 2026-02-19 at 10:50 +0000, Subramanian,Ramachandran wrote:
> The first two commands work

So you are using an RPM-based distribution.

To list the installed packages, run

  rpm -qa | grep postgresql

They should include the "server" package and the "contrib" package.

If you cannot "find" some PostgreSQL commands like "pg_archivecleanup",
it is also conceivable that they are not on your PATH, and that you need
to invoke them with their absolute path, like

  /usr/pgsql-18/bin/pg_archivecleanup

(This example assumes PostgreSQL v18.)

Yours,
Laurenz Albe





reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: pgsql-novice@postgresql.org
  Cc: laurenz.albe@cybertec.at, ramachandran.subramanian@alte-leipziger.de, psql-contact@citecs.de, pgsql-novice@lists.postgresql.org
  Subject: Re: AW: How to check completeness of installation
  In-Reply-To: <2221152fd4344eed5413c3f1b18067ae417ad483.camel@cybertec.at>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox