how can materialized view refresh automatically in postgres?
because to do BI applications, you need to use materialized view, but it is troublesome to manually refresh every time. How can you let materialized view update automatically when the data source generates new data?