Re: AW: How to check completeness of installation - Mailing list pgsql-novice

From Laurenz Albe
Subject Re: AW: How to check completeness of installation
Date
Msg-id 2221152fd4344eed5413c3f1b18067ae417ad483.camel@cybertec.at
Whole thread Raw
In response to AW: How to check completeness of installation  ("Subramanian,Ramachandran" <ramachandran.subramanian@alte-leipziger.de>)
List 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



pgsql-novice by date:

Previous
From: chris
Date:
Subject: Re: How to check completeness of installation
Next
From: "David G. Johnston"
Date:
Subject: Re: How to check completeness of installation