I have a materialized view with the following structure: CREATE MATERIALIZED VIEW events_daily ENGINE = AggregatingMergeTree() ORDER BY ( owner_
I've googled for it, both couldn't find an answer. How can I list tables used by materialized view (must not use the information_schema views) in PostgreSQL? Th
I am using below query to build a materialized view. CREATE MATERIALIZED VIEW gcms_business_profile_mview BUILD IMMEDIATE REFRESH FAST WITH PRIM