Is there any way to delete or hide Automated Materialized Views (AutoMV) tables from redshift users

Viewed 26

I copied the tables from 1 Redshift Database to another Redshift Database through amazon redshift snapshots.
After successfully copying the tables from 1 DB to another DB there are some auto generated redshift tables "pg_automv.*" created.
I tried drop table pg_automv.auto_mv_******** command but it shows Error running query: permission denied for schema pg_automv result

Is there any way to delete or hide these tables from a specific users

0 Answers
Related