Re: AW: How to check completeness of installation

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: "Subramanian,Ramachandran" <ramachandran(dot)subramanian(at)alte-leipziger(dot)de>, chris <psql-contact(at)citecs(dot)de>, "pgsql-novice(at)lists(dot)postgresql(dot)org" <pgsql-novice(at)lists(dot)postgresql(dot)org>
Subject: Re: AW: How to check completeness of installation
Date: 2026-02-19 15:51:39
Message-ID: 2221152fd4344eed5413c3f1b18067ae417ad483.camel@cybertec.at
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message David G. Johnston 2026-02-19 15:52:20 Re: How to check completeness of installation
Previous Message chris 2026-02-19 15:12:13 Re: How to check completeness of installation