Date: 2024-12-12 16:51:16
Score: 2
Natty:
Postgres 17 introduced the MAINTAIN privilege which allows you to refresh a materialized view.
GRANT MAINTAIN ON materiview FOR user;
https://www.postgresql.org/docs/17/ddl-priv.html
Reasons:
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: Stefan Lazovy