diffix / pg_diffix

Implementation of the Open Diffix anonymization mechanism for PostgreSQL.

Home Page:https://www.open-diffix.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for more AID column types.

cristianberneanu opened this issue · comments

The current support for AIDs is a bit limited: only integer, bigint and text/varchar types are allowed.
We should support uuid, char and numeric as well.