Skip to content

Commit 1db5300

Browse files
committed
doc: remove double-negative in REFRESH MATERIALIZED ... CONCURR
Reported-by: ap@robillo.net Discussion: https://postgr.es/m/20170208152743.1411.6073@wrigleys.postgresql.org Backpatch-through: master
1 parent eeb0eba commit 1db5300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/refresh_materialized_view.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] <replaceable class="parameter">name</
6767
expression index or include a <literal>WHERE</literal> clause.
6868
</para>
6969
<para>
70-
This option may not be used when the materialized view is not already
70+
This option can only be used when the materialized view is already
7171
populated.
7272
</para>
7373
<para>

0 commit comments

Comments
 (0)