Google Cloud notes that the postgresql_anonymizer extension can be loaded by switching the cloudsql.enable-on flag to on. However, when running anon commands (e.g trying to initialize the extension with SELECT anon.init();
) on the database I'm told this:
ERROR: schema "anon" does not exist
Is there any additional configuration that needs to occur?