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
This commit is contained in:
Bruce Momjian 2023-11-22 16:40:10 -05:00
parent eeb0ebad79
commit 1db5300015
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] <replaceable class="parameter">name</
expression index or include a <literal>WHERE</literal> clause.
</para>
<para>
This option may not be used when the materialized view is not already
This option can only be used when the materialized view is already
populated.
</para>
<para>