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....
Videos
47:21
PostgreSQL Anonymizer 3.0, par Damien Clochard (Dalibo) - YouTube
Guide technique de l'anonymisation des données avec ...
Postgre Anonymizer
01:11:40
Elephant in the Room, Episode 4: Protecting Customer Data with ...
08:02
How to Anonymization and Data Masking for PostgreSQL in Ubuntu ...
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.
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......
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 ...
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:
PostgreSQL Extension Network
pgxn.org › dist › postgresql_anonymizer › 0.2.1
PostgreSQL_Anonymizer 0.2.1: Data Anonymization for Postgres / PostgreSQL Extension Network
sudo apt install pgxnclient (or pip install pgxn) sudo pgxn install postgresql_anonymizer
PostgreSQL
postgresql.org › about › news › postgresql-anonymizer-06-pseudonymization-and-improved-anonymous-exports-2017
PostgreSQL: PostgreSQL Anonymizer 0.6: Pseudonymization and Improved Anonymous Exports
March 9, 2020 - For other systems, check out the install documentation : https://postgresql-anonymizer.readthedocs.io/en/latest/INSTALL/
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:...
Gitlab
dalibo.gitlab.io › postgresql_anonymizer › how-to.handout.pdf pdf
Data Masking with PostgreSQL Anonymizer A practical guide DALIBO Feb. 2023
We cannot provide a description for this page right now
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