I'm trying to run REFRESH MATERIALIZED VIEW CONCURRENTLY recipe_search;, but PostgreSQL gives me this error: ERROR 55000 (object_not_in_prerequisite_state): cannot refresh materialized view "public.recipe_search" concurrently.
I'm trying to run REFRESH MATERIALIZED VIEW CONCURRENTLY recipe_search;, but PostgreSQL gives me this error: ERROR 55000 (object_not_in_prerequisite_state): cannot refresh materialized view "public.recipe_search" concurrently.