ERROR: cannot refresh materialized view "public.mvw_prod" concurrently
HINT: Create a unique index with no WHERE clause on one or more columns of the materialized view.
create materialized view mvw_prod as select productid, productname, supplierid from products join categories using(categoryid) where productid>5;