8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedc6a2 commit b43cf1dCopy full SHA for b43cf1d
doc/src/sgml/ref/refresh_materialized_view.sgml
@@ -31,7 +31,8 @@ REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] <replaceable class="parameter">name</
31
32
<para>
33
<command>REFRESH MATERIALIZED VIEW</command> completely replaces the
34
- contents of a materialized view. The old contents are discarded. If
+ contents of a materialized view. To execute this command you must be the
35
+ owner of the materialized view. The old contents are discarded. If
36
<literal>WITH DATA</literal> is specified (or defaults) the backing query
37
is executed to provide the new data, and the materialized view is left in a
38
scannable state. If <literal>WITH NO DATA</literal> is specified no new
0 commit comments