How to enable postgresql-anonymizer for cloudsql

114 Views Asked by At

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?

0

There are 0 best solutions below