Is your feature request related to a problem? Please describe.
Yes. Currently, Amazon Linux 2023 (AL2023) does not provide the postgresql18-client package in its official repositories. As we upgrade our database workloads to PostgreSQL 18, we lack a native, officially supported client CLI (psql) and development libraries on AL2023 to interact with these databases. Running older client versions (e.g., PostgreSQL 15/16 clients) is suboptimal as they lack support for the latest PostgreSQL 18 syntax, features, and system catalog changes.
Describe the solution you'd like
I would like AWS to package and distribute the PostgreSQL 18 client and its development libraries (e.g., postgresql18, postgresql18-devel) directly via the default AL2023 dnf repositories. This would allow us to install the updated client seamlessly using:
sudo dnf install postgresql18
Is your feature request related to a problem? Please describe.
Yes. Currently, Amazon Linux 2023 (AL2023) does not provide the
postgresql18-clientpackage in its official repositories. As we upgrade our database workloads to PostgreSQL 18, we lack a native, officially supported client CLI (psql) and development libraries on AL2023 to interact with these databases. Running older client versions (e.g., PostgreSQL 15/16 clients) is suboptimal as they lack support for the latest PostgreSQL 18 syntax, features, and system catalog changes.Describe the solution you'd like
I would like AWS to package and distribute the PostgreSQL 18 client and its development libraries (e.g.,
postgresql18,postgresql18-devel) directly via the default AL2023dnfrepositories. This would allow us to install the updated client seamlessly using: