pgextwlist

PostgreSQL Extension Whitelisting

Overview

PIGSTY 3rd Party Extension: pgextwlist : PostgreSQL Extension Whitelisting

Information

Metadata

  • Latest Version: 1.17
  • Postgres Support: 17,16,15,14,13
  • Need Load: Explicit Loading Required
  • Need DDL: Dd not need CREATE EXTENSION DDL
  • Relocatable: Unknown
  • Trusted: Untrusted, Require Superuser to Create
  • Schemas: N/A
  • Requires: N/A

RPM / DEB

  • RPM Repo: PIGSTY
  • RPM Name: pgextwlist_$v*
  • RPM Ver : 1.17
  • RPM Deps: N/A
  • DEB Repo: PIGSTY
  • DEB Name: postgresql-$v-pgextwlist
  • DEB Ver : 1.17
  • DEB Deps: N/A

Packages

OS Arch PG17 PG16 PG15 PG14 PG13
el8 x86_64 pgextwlist_17
PIGSTY 1.17
pgextwlist_16
PIGSTY 1.17
pgextwlist_15
PIGSTY 1.17
pgextwlist_14
PIGSTY 1.17
pgextwlist_13
PIGSTY 1.17
el8 aarch64 pgextwlist_17
PIGSTY 1.17
pgextwlist_16
PIGSTY 1.17
pgextwlist_15
PIGSTY 1.17
pgextwlist_14
PIGSTY 1.17
pgextwlist_13
PIGSTY 1.17
el9 x86_64 pgextwlist_17
PIGSTY 1.17
pgextwlist_16
PIGSTY 1.17
pgextwlist_15
PIGSTY 1.17
pgextwlist_14
PIGSTY 1.17
pgextwlist_13
PIGSTY 1.17
el9 aarch64 pgextwlist_17
PIGSTY 1.17
pgextwlist_16
PIGSTY 1.17
pgextwlist_15
PIGSTY 1.17
pgextwlist_14
PIGSTY 1.17
pgextwlist_13
PIGSTY 1.17
d12 x86_64 postgresql-17-pgextwlist
PGDG 1.17
postgresql-16-pgextwlist
PGDG 1.17
postgresql-15-pgextwlist
PGDG 1.17
postgresql-14-pgextwlist
PGDG 1.17
postgresql-13-pgextwlist
PGDG 1.17
d12 aarch64 postgresql-17-pgextwlist
PGDG 1.17
postgresql-16-pgextwlist
PGDG 1.17
postgresql-15-pgextwlist
PGDG 1.17
postgresql-14-pgextwlist
PGDG 1.17
postgresql-13-pgextwlist
PGDG 1.17
u22 x86_64 postgresql-17-pgextwlist
PGDG 1.17
postgresql-16-pgextwlist
PGDG 1.17
postgresql-15-pgextwlist
PGDG 1.17
postgresql-14-pgextwlist
PGDG 1.17
postgresql-13-pgextwlist
PGDG 1.17
u22 aarch64 postgresql-17-pgextwlist
PGDG 1.17
postgresql-16-pgextwlist
PGDG 1.17
postgresql-15-pgextwlist
PGDG 1.17
postgresql-14-pgextwlist
PGDG 1.17
postgresql-13-pgextwlist
PGDG 1.17
u24 x86_64 postgresql-17-pgextwlist
PGDG 1.17
postgresql-16-pgextwlist
PGDG 1.17
postgresql-15-pgextwlist
PGDG 1.17
postgresql-14-pgextwlist
PGDG 1.17
postgresql-13-pgextwlist
PGDG 1.17
u24 aarch64 postgresql-17-pgextwlist
PGDG 1.17
postgresql-16-pgextwlist
PGDG 1.17
postgresql-15-pgextwlist
PGDG 1.17
postgresql-14-pgextwlist
PGDG 1.17
postgresql-13-pgextwlist
PGDG 1.17

Installation

Install pgextwlist via the pig CLI tool:

pig ext install pgextwlist

Install pgextwlist via Pigsty playbook:

./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pgextwlist"]}' # -l <cls>

Install pgextwlist RPM from YUM repo directly:

dnf install pgextwlist_17*;
dnf install pgextwlist_16*;
dnf install pgextwlist_15*;
dnf install pgextwlist_14*;
dnf install pgextwlist_13*;

Install pgextwlist DEB from APT repo directly:

apt install postgresql-17-pgextwlist;
apt install postgresql-16-pgextwlist;
apt install postgresql-15-pgextwlist;
apt install postgresql-14-pgextwlist;
apt install postgresql-13-pgextwlist;

Extension pgextwlist has to be added to shared_preload_libraries

shared_preload_libraries = 'pgextwlist'; # add to pg cluster config

Extension %s does not need CREATE EXTENSION command





Last modified 2025-02-17: add extension part (cfa504b)