froOzzy / pg_stage

Anonymization of data in pg_dump
MIT License
9 stars 1 forks source link

Add the ability to set choices #24

Closed wa7chman closed 1 year ago

wa7chman commented 1 year ago

The transmission of choices can be organized as follows:

COMMENT ON COLUMN object.color IS 'anon: {"mutation_name": "random_choice", "choices": ["red", "green", "blue"]}';

Mutator will have to pick a random element from the list

froOzzy commented 1 year ago

Добавил

COMMENT ON COLUMN object.color IS 'anon: {"mutation_name": "random_choice", "mutation_kwargs": {"choices": ["red", "green", "blue"]}}';