.alter materialized-view docstring
Alters the DocString value of an existing materialized view.
DocString is free text that you can attach to a table/function/column describing the entity. This string is presented in various UX settings next to the entity names.
.alter materialized-view MaterializedViewName docstring Documentation
Note
You must either be the database user who created the materialized view or have database admin permission to run this command.
Example
.alter materialized-view MyView docstring "docs here..."
Feedback
Submit and view feedback for