doc: remove double-negative in REFRESH MATERIALIZED ... CONCURR
authorBruce Momjian <[email protected]>
Wed, 22 Nov 2023 21:40:10 +0000 (16:40 -0500)
committerBruce Momjian <[email protected]>
Wed, 22 Nov 2023 21:40:10 +0000 (16:40 -0500)
Reported-by: [email protected]
Discussion: https://postgr.es/m/20170208152743[email protected]

Backpatch-through: master

doc/src/sgml/ref/refresh_materialized_view.sgml

index 675d6090f3cd68b17da2ccfa1db851641795b47e..7a019162c38859245e4a5eccf902febe7dd82cce 100644 (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>