BUG #15859: Postgres 11 repository is missing extensions

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: runali(dot)patel(at)hibu(dot)com
Subject: BUG #15859: Postgres 11 repository is missing extensions
Date: 2019-06-18 18:44:34
Message-ID: 15859-a6a525c21a171dfb@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15859
Logged by: Runali Patel
Email address: runali(dot)patel(at)hibu(dot)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)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Werewolf 2019-06-18 19:31:17 ODBC: SQLGetDescField returns incorrect length for SQL_DESC_COUNT field of APD
Previous Message Daniele Varrazzo 2019-06-18 14:54:40 Re: BUG #15827: Unable to connect on Windows using pg_services.conf using Python psycopg2