src/postgres/third-party-extensions/postgresql_anonymizer/docs/how-to/9-conclusion.md
DROP EXTENSION anon CASCADE;
REASSIGN OWNED BY jack TO postgres;
REVOKE ALL ON SCHEMA public FROM jack;
REASSIGN OWNED BY paul TO postgres;
REASSIGN OWNED BY pierre TO postgres;
DROP DATABASE IF EXISTS boutique;
DROP ROLE IF EXISTS jack;
DROP ROLE IF EXISTS paul;
DROP ROLE IF EXISTS pierre;
RTFM -> Masking Functions
Other projects you may like
This is a free and open project!
labs.dalibo.com/postgresql_anonymizer
Please send us feedback on how you use it, how it fits your needs (or not), etc.
Sources are here: gitlab.com/dalibo/postgresql_anonymizer
Download the PDF Handout
:::
::: {.cell .code}
:::