i'm looking for the packages built for postgres 18, like:
postgresql-18-pg-qualstats
postgresql-18-pglogical
postgresql-18-pgaudit
postgresql-18-hll
postgresql-18-pldebugger
please see that the packages are available for pg 17 but not 18:
root@22b5ad83b91e:/# export pg=18 apt install \ postgresql-${pg}-pg-qualstats \ postgresql-${pg}-pglogical \ postgresql-${pg}-pgaudit \ postgresql-${pg}-hll \ postgresql-${pg}-pldebugger Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package postgresql-18-pglogical E: Unable to locate package postgresql-18-hll E: Unable to locate package postgresql-18-pldebugger root@22b5ad83b91e:/# export pg=17 apt install \ postgresql-${pg}-pg-qualstats \ postgresql-${pg}-pglogical \ postgresql-${pg}-pgaudit \ postgresql-${pg}-hll \ postgresql-${pg}-pldebugger Reading package lists... Done Building dependency tree... Done Reading state information... Done The following additional packages will be installed: libbsd0 libedit2 libicu70 libllvm15 libmd0 libpq5 libsensors-config libsensors5 libxml2 libxslt1.1 locales postgresql-17 postgresql-client-17 postgresql-client-common postgresql-common sysstat tzdata xz-utils Suggested packages: libpq-oauth lm-sensors pgadmin3 | pgadmin4 postgresql-doc-17 isag The following NEW packages will be installed: libbsd0 libedit2 libicu70 libllvm15 libmd0 libpq5 libsensors-config libsensors5 libxml2 libxslt1.1 locales postgresql-17 postgresql-17-hll postgresql-17-pg-qualstats postgresql-17-pgaudit postgresql-17-pglogical postgresql-17-pldebugger postgresql-client-17 sysstat tzdata xz-utils The following packages will be upgraded: postgresql-client-common postgresql-common 2 upgraded, 21 newly installed, 0 to remove and 4 not upgraded. Need to get 64.3 MB of archives. After this operation, 254 MB of additional disk space will be used. Do you want to continue? [Y/n]