anon
PostgreSQL Anonymizer (anon) extension
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pg_anon
: PostgreSQL Anonymizer (anon) extension
Information
- Extension ID: 7050
- Extension Name:
anon
- Package Name:
pg_anon
- Category:
SEC
- License: PostgreSQL
- Website: https://gitlab.com/dalibo/postgresql_anonymizer/
- Language: Rust
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 2.0.0
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Explicit Loading Required
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can be installed into other schemas
- Trusted: Untrusted, Require Superuser to Create
- Schemas:
anon
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pg_anon_$v
- RPM Ver :
2.0.0
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-anon
- DEB Ver :
2.0.0
- DEB Deps: N/A
Packages
OS | Arch | PG17 | PG16 | PG15 | PG14 | PG13 |
---|---|---|---|---|---|---|
el8 |
x86_64 |
pg_anon_17 PIGSTY 2.0.0 |
pg_anon_16 PIGSTY 2.0.0 |
pg_anon_15 PIGSTY 2.0.0 |
pg_anon_14 PIGSTY 2.0.0 |
pg_anon_13 PIGSTY 2.0.0 |
el8 |
aarch64 |
pg_anon_17 PIGSTY 2.0.0 |
pg_anon_16 PIGSTY 2.0.0 |
pg_anon_15 PIGSTY 2.0.0 |
pg_anon_14 PIGSTY 2.0.0 |
pg_anon_13 PIGSTY 2.0.0 |
el9 |
x86_64 |
pg_anon_17 PIGSTY 2.0.0 |
pg_anon_16 PIGSTY 2.0.0 |
pg_anon_15 PIGSTY 2.0.0 |
pg_anon_14 PIGSTY 2.0.0 |
pg_anon_13 PIGSTY 2.0.0 |
el9 |
aarch64 |
pg_anon_17 PIGSTY 2.0.0 |
pg_anon_16 PIGSTY 2.0.0 |
pg_anon_15 PIGSTY 2.0.0 |
pg_anon_14 PIGSTY 2.0.0 |
pg_anon_13 PIGSTY 2.0.0 |
d12 |
x86_64 |
postgresql-17-pg-anon PIGSTY 2.0.0 |
postgresql-16-pg-anon PIGSTY 2.0.0 |
postgresql-15-pg-anon PIGSTY 2.0.0 |
postgresql-14-pg-anon PIGSTY 2.0.0 |
postgresql-13-pg-anon PIGSTY 2.0.0 |
d12 |
aarch64 |
postgresql-17-pg-anon PIGSTY 2.0.0 |
postgresql-16-pg-anon PIGSTY 2.0.0 |
postgresql-15-pg-anon PIGSTY 2.0.0 |
postgresql-14-pg-anon PIGSTY 2.0.0 |
postgresql-13-pg-anon PIGSTY 2.0.0 |
u22 |
x86_64 |
postgresql-17-pg-anon PIGSTY 2.0.0 |
postgresql-16-pg-anon PIGSTY 2.0.0 |
postgresql-15-pg-anon PIGSTY 2.0.0 |
postgresql-14-pg-anon PIGSTY 2.0.0 |
postgresql-13-pg-anon PIGSTY 2.0.0 |
u22 |
aarch64 |
postgresql-17-pg-anon PIGSTY 2.0.0 |
postgresql-16-pg-anon PIGSTY 2.0.0 |
postgresql-15-pg-anon PIGSTY 2.0.0 |
postgresql-14-pg-anon PIGSTY 2.0.0 |
postgresql-13-pg-anon PIGSTY 2.0.0 |
u24 |
x86_64 |
postgresql-17-pg-anon PIGSTY 2.0.0 |
postgresql-16-pg-anon PIGSTY 2.0.0 |
postgresql-15-pg-anon PIGSTY 2.0.0 |
postgresql-14-pg-anon PIGSTY 2.0.0 |
postgresql-13-pg-anon PIGSTY 2.0.0 |
u24 |
aarch64 |
postgresql-17-pg-anon PIGSTY 2.0.0 |
postgresql-16-pg-anon PIGSTY 2.0.0 |
postgresql-15-pg-anon PIGSTY 2.0.0 |
postgresql-14-pg-anon PIGSTY 2.0.0 |
postgresql-13-pg-anon PIGSTY 2.0.0 |
Installation
Install anon
via the pig
CLI tool:
pig ext install pg_anon; # Extension Namepig ext install anon; # normalized package name
Install pg_anon
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_anon"]}' # -l <cls>
Install pg_anon
RPM from YUM repo directly:
dnf install pg_anon_17;
dnf install pg_anon_16;
dnf install pg_anon_15;
dnf install pg_anon_14;
dnf install pg_anon_13;
Install pg_anon
DEB from APT repo directly:
apt install postgresql-17-pg-anon;
apt install postgresql-16-pg-anon;
apt install postgresql-15-pg-anon;
apt install postgresql-14-pg-anon;
apt install postgresql-13-pg-anon;
Extension anon
has to be added to shared_preload_libraries
shared_preload_libraries = 'anon'; # add to pg cluster config
Enable anon
extension on PostgreSQL cluster:
CREATE EXTENSION anon;
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.