* lejeczek via devel:
Do we have 'postgresql-server' in some default repo? I see there is a module but it seems to be "empty". If not what method do you recommend for pgsql?
There is a postgresql-server package in appstream. It's PostgreSQL 13 (in 9 Stream) and supported for the entire life of 9 Stream, per https://access.redhat.com/support/policy/updates/rhel-app-streams-life-cycle#rhel9_full_life_application_streams.
There are also postgresql modules for newer PostgreSQL versions (currently 15 and 16). You can enable them using commands such as “dnf module enable postgresql:15”. I believe the supported life-cycle is the same as the system version for CentOS Stream.
Thanks, Florian