Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ee80124

Browse files
committed
Mention ownership requirements for REFRESH MATERIALIZED VIEW in docs
Author: Dian Fay Discussion: https://postgr.es/m/745abbd2-a1a0-ead8-2cb2-768c16747d97@gmail.com Backpatch-through: 9.3
1 parent 96e98fa commit ee80124

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/ref/refresh_materialized_view.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] <replaceable class="parameter">name</
3131

3232
<para>
3333
<command>REFRESH MATERIALIZED VIEW</command> completely replaces the
34-
contents of a materialized view. The old contents are discarded. If
34+
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
3536
<literal>WITH DATA</literal> is specified (or defaults) the backing query
3637
is executed to provide the new data, and the materialized view is left in a
3738
scannable state. If <literal>WITH NO DATA</literal> is specified no new

0 commit comments

Comments
 (0)