🌐
Readthedocs
postgresql-anonymizer.readthedocs.io › en › stable › INSTALL
Install - PostgreSQL Anonymizer - Read the Docs
At the moment there's no native ... is basically an Ubuntu subsystem running on Windows. You can then install PostgreSQL Anonymizer inside the WSL2 container like you would on a regular Ubuntu server....
🌐
GitLab
gitlab.com › dalibo › postgresql anonymizer › repository
docs/INSTALL.md · master · dalibo / PostgreSQL Anonymizer · GitLab
Step 0: First you need to install the postgresql development libraries. On most distributions, this is available through a package called postgresql-devel or postgresql-server-dev.
🌐
Dalibo
labs.dalibo.com › postgresql_anonymizer
PostgreSQL Anonymizer - Dalibo Labs
Install (Replace 12 with the major version of your instance) ... Add ‘anon’ in the shared_preload_libraries parameter of you postgresql.conf file. For example: shared_preload_libraries = 'pg_stat_statements, anon' Restart your instance. PostgreSQL Anonymizer is licensed under PostgreSQL license.
🌐
Readthedocs
postgresql-anonymizer.readthedocs.io
PostgreSQL Anonymizer
PostgreSQL Anonymizer is available on multiple linux distributions, cloud service providers, development frameworks and PostgreSQL forks: See the INSTALL section for more details.
🌐
EnterpriseDB
enterprisedb.com › docs › pg_extensions › pg_anonymizer › installing
EDB Docs - Installing postgresql_anonymizer
# For SLES, CentOS, RHEL and its derivatives sudo <package-manager> -y install edb-<postgres><postgres_version>-anonymizer ... For example, to install postgresql_anonymizer for EDB Postgres Advanced Server 15 on a RHEL 8 platform:
🌐
GitHub
github.com › neondatabase › postgresql_anonymizer › blob › master › NEWS.md
postgresql_anonymizer/NEWS.md at master · neondatabase/postgresql_anonymizer
May 28, 2025 - Install the new version using your preferred install method. For instance, on Red Hat and Rocky Linux systems, you can update it directly with dnf update. Then restart the PostgreSQL instance, drop the extension and recreate it.
Author   neondatabase
🌐
pg_tileserv
access.crunchydata.com › documentation › postgresql-anonymizer › 1.3.2 › install
install - PostgreSQL Anonymizer
On most distributions, this is ... either the archive of the latest release, or the latest version from the master branch: git clone https://gitlab.com/dalibo/postgresql_anonymizer......
🌐
DBI Services
dbi-services.com › accueil › postgresql anonymizer: simple data masking for dbas
PostgreSQL Anonymizer: Simple Data Masking for DBAs
February 27, 2026 - Because PostgreSQL Anonymizer hooks into query execution, it must be loaded at session start. Edit the configuration file: ... postgres=# \c anonymizer_demo You are now connected to database "anonymizer_demo" as user "postgres". anonymizer_demo=# ...
🌐
pg_tileserv
access.crunchydata.com › documentation › postgresql-anonymizer › 1.1.0 › install
PostgreSQL Anonymizer
Step 0: Add the PostgreSQL Official RPM Repo to your system. It should be something like: sudo yum install https://.../pgdg-redhat-repo-latest.noarch.rpm ... Step 2: Load the extension. ALTER DATABASE foo SET session_preload_libraries = 'anon'; (If you already loading extensions that way, just ...
Find elsewhere
🌐
PostgreSQL
postgresql.org › about › news › postgresql-anonymizer-11-privacy-by-default-for-postgres-2253
PostgreSQL: PostgreSQL Anonymizer 1.1: Privacy By Default For Postgres
September 29, 2022 - https://postgresql-anonymizer.readthedocs.io/en/latest/anonymous_dumps/ This extension is officially supported on PostgreSQL 9.6 and further versions. On Red Hat, CentOS and Rocky Linux systems, you can install it directly from the official PostgreSQL RPM repository:
🌐
GitLab
gitlab.com › dalibo › postgresql anonymizer
dalibo / PostgreSQL Anonymizer · GitLab
🐘🕶️ Anonymization & Data Masking for PostgreSQL https://labs.dalibo.com/postgresql_anonymizer
🌐
Medium
medium.com › @olafwrieden › setting-up-postgresql-anonymizer-with-azure-database-for-postgres-ef0b4699faa3
Setting up PostgreSQL Anonymizer with Azure Database for Postgres | by Olaf Wrieden | Medium
January 12, 2025 - Setting up PostgreSQL Anonymizer with Azure Database for Postgres Static or Dynamic Data Masking, Partial Scrambling, Faking and other techniques are often used when personally identifiable …
🌐
GitHub
github.com › ray-man › postgresql-anonymizer
GitHub - ray-man/postgresql-anonymizer: A commandline tool for anonymizing PostgreSQL databases · GitHub
Despite the database connection values, you will have to define a YAML schema file, that includes all anonymization rules for that database.
Author   ray-man
🌐
PostgreSQL
postgresql.org › about › news › postgresql-anonymizer-10-privacy-by-design-for-postgres-2452
PostgreSQL: PostgreSQL Anonymizer 1.0: Privacy By Design For Postgres
May 21, 2022 - With that mindset, the PostgreSQL ... 9.6 and further versions. On Red Hat, CentOS and Rocky Linux systems, you can install it directly from the official PostgreSQL RPM repository:...
🌐
YugabyteDB
docs.yugabyte.com › stable › additional-features › pg-extensions › extension-pganon
PostgreSQL Anonymizer extension | YugabyteDB Docs
March 2, 2026 - The extension has a declarative approach to anonymization. This means you can declare the masking rules using the PostgreSQL Data Definition Language (DDL) and specify your anonymization policy inside the table definition itself.
🌐
PostgreSQL Extension Network
pgxn.org › dist › postgresql_anonymizer › NEWS.html
NEWS / PostgreSQL Extension Network
This extension is officially supported on PostgreSQL 9.6 and further versions. On Red Hat, CentOS and Rocky Linux systems, you can install it directly from the dnf install postgresql_anonymizer14