BUG #15859: Postgres 11 repository is missing extensions

Started by PG Bug reporting formalmost 7 years ago2 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following bug has been logged on the website:

Bug reference: 15859
Logged by: Runali Patel
Email address: runali.patel@hibu.com
PostgreSQL version: 11.3
Operating system: Centos 6.9
Description:

Postgres 11 repository is missing extensions like pg_stat_statements and
many others after the initial install. It contains only one extension:
plpgsql

postgres=# select * from pg_available_extensions;
name | default_version | installed_version | comment

---------+-----------------+-------------------+------------------------------
plpgsql | 1.0 | 1.0 | PL/pgSQL procedural
language
(1 row)

#2Michael Paquier
michael@paquier.xyz
In reply to: PG Bug reporting form (#1)
Re: BUG #15859: Postgres 11 repository is missing extensions

On Tue, Jun 18, 2019 at 06:44:34PM +0000, PG Bug reporting form wrote:

Postgres 11 repository is missing extensions like pg_stat_statements and
many others after the initial install. It contains only one extension:
plpgsql

CentOS has an extra RPM called postgresql-contrib which includes all
the contrib/ modules.
--
Michael