pgextwlist
PostgreSQL Extension Whitelisting
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pgextwlist
: PostgreSQL Extension Whitelisting
Information
- Extension ID: 7180
- Extension Name:
pgextwlist
- Package Name:
pgextwlist
- Category:
SEC
- License: PostgreSQL
- Website: https://github.com/dimitri/pgextwlist
- Language: C
- Extra Tags: N/A
- Comment: N/A
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
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
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.