doubles quotes issue
While using postgresql_anonymizer,
Step 1. SECURITY LABEL FOR anon ON COLUMN "Users"."Email" IS 'MASKED WITH FUNCTION anon.fake_email()';
Step 2. SELECT anon.anonymize_database();
and after running the step 2 query, getting error of escape double quotes.

- Ubuntu 22.04
- PostgreSQL 15.10
- postgresql_anonymizer_15
Edited by Abul Hasan