top | item 42735455 (no title) lovasoa | 1 year ago The principle of the software seems to be that the original data is never altered. It is a postgres extension that "masks" the data for certain postgres users. You can always connect as the root user and see everything when you need to. discuss order hn newest heeton|1 year ago It allows updating the original data - https://postgresql-anonymizer.readthedocs.io/en/stable/stati...> These methods will destroy the original data. Use with care. sgt|1 year ago So basically running SELECT anon.anonymize_database(); will do it. load replies (1)
heeton|1 year ago It allows updating the original data - https://postgresql-anonymizer.readthedocs.io/en/stable/stati...> These methods will destroy the original data. Use with care. sgt|1 year ago So basically running SELECT anon.anonymize_database(); will do it. load replies (1)
heeton|1 year ago
> These methods will destroy the original data. Use with care.
sgt|1 year ago