Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitee80124

Browse files
committed
Mention ownership requirements for REFRESH MATERIALIZED VIEW in docs
Author: Dian FayDiscussion:https://postgr.es/m/745abbd2-a1a0-ead8-2cb2-768c16747d97@gmail.comBackpatch-through: 9.3
1 parent96e98fa commitee80124

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)

[8]ページ先頭

©2009-2025 Movatter.jp