Re: Small subset of man pages available after install from Redhat-compatible repo - Mailing list pgsql-bugs

From Laurenz Albe
Subject Re: Small subset of man pages available after install from Redhat-compatible repo
Date
Msg-id c827387b19a9f74d82a49414571d9a39cfb382e6.camel@cybertec.at
Whole thread Raw
In response to Small subset of man pages available after install from Redhat-compatible repo  (Linus Hicks <linus.hicks@highstreetit.com>)
List pgsql-bugs
On Wed, 2023-06-21 at 21:16 +0000, Linus Hicks wrote:
> I followed the instructions from here: https://www.postgresql.org/download/linux/redhat/ to install version 15 on OL
8.8,with some additions: 
>
> postgresql15-libs-15.3-2PGDG.rhel8.x86_64
> postgresql15-pltcl-15.3-2PGDG.rhel8.x86_64
> postgresql15-15.3-2PGDG.rhel8.x86_64
> postgresql15-docs-15.3-2PGDG.rhel8.x86_64
> postgresql15-server-15.3-2PGDG.rhel8.x86_64
>
> Then running “man initdb” returns “No manual entry for initdb” but the manpage exists here:
/usr/pgsql-15/share/man/man1
>
> I was expecting all of the man pages provided in the RPM packages to be available without having to provide the full
path.
> Is this a bug in packaging or is my expectation incorrect?

Everything is fine.  Just put /usr/pgsql-15/share/man on your MANPATH.

Yours,
Laurenz Albe



pgsql-bugs by date:

Previous
From: Linus Hicks
Date:
Subject: Small subset of man pages available after install from Redhat-compatible repo
Next
From: Thomas Munro
Date:
Subject: Re: BUG #17949: Adding an index introduces serialisation anomalies.