anon.pseudo_country returns NULL
Hi, I found some strange behavior with pseudo_country function. In some cases in returns NULL value. Here is some examples:
SELECT FROM anon.pseudo_country('US'::text);
SELECT FROM anon.pseudo_country('USA'::text);
Is that expected behavior ? I was running on docker registry.gitlab.com/dalibo/postgresql_anonymizer:stable
Edited by Anton Shutik