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

`diffix.avg/sum_noise` for time-related columns crashes pg_diffix

pdobacz opened this issue · comments

SELECT diffix.avg_noise(ts) FROM test_datetime ; for example.

This isn't supported, but shouldn't crash nevertheless.