BUG #19618: postgresql18 client package not found

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: jonathan_haynes(at)baxter(dot)com
Subject: BUG #19618: postgresql18 client package not found
Date: 2026-08-13 10:47:17
Message-ID: 19618-c982e7ae5eb33035@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 19618
Logged by: Jon Haynes
Email address: jonathan_haynes(at)baxter(dot)com
PostgreSQL version: 18.4
Operating system: RHEL 8
Description:

I have the following repository configured in /etc/yum.repos.d:

[pgdg18]
name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
repo_gpgcheck=1

On RHEL 8.10 x86_64,

dnf list --showduplicates postgresql18

reports:

Error: No matching Packages to list

However, I can see the PostgreSQL 18 RPMs in the repository directory,
including:

postgresql18-18.4-2PGDG.rhel8.10.x86_64.rpm

at:

https://ftp.postgresql.org/pub/repos/yum/18/redhat/rhel-8.10-x86_64/

Could there be an incomplete/stale repository metadata problem causing
postgresql18 not to be included in the package metadata?

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrey Rachitskiy 2026-08-13 12:01:02 to_char() on integer with V format silently wraps on overflow
Previous Message Dean Rasheed 2026-08-13 09:23:51 Re: DELETE FOR PORTION OF bypasses view WITH CHECK OPTION for leftover rows