We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c089d3 commit 59c2617Copy full SHA for 59c2617
doc/src/sgml/ref/refresh_materialized_view.sgml
@@ -63,8 +63,8 @@ REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] <replaceable class="parameter">name</
63
<para>
64
This option is only allowed if there is at least one
65
<literal>UNIQUE</literal> index on the materialized view which uses only
66
- column names and includes all rows; that is, it must not index on any
67
- expressions nor include a <literal>WHERE</literal> clause.
+ column names and includes all rows; that is, it must not be an
+ expression index or include a <literal>WHERE</literal> clause.
68
</para>
69
70
This option may not be used when the materialized view is not already
0 commit comments