summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2019-10-23 20:29:02 -0400
committerBruce Momjian <bruce@momjian.us>2019-10-23 20:29:02 -0400
commit84d1c5c45fd2d47c4d769ecc45210572a9bbb8f6 (patch)
treebdaf0b08d7cfc465c573a6bab76907266b68cc06
parent21c343b903888e8030306f479630746e852fa8f8 (diff)
docs: fix wording of REFRESH CONCURRENTLY manual page
Reported-by: Asim / apraveen@pivotal.io Discussion: https://postgr.es/m/157076828181.26165.15231292023740913543@wrigleys.postgresql.org Backpatch-through: 9.4
-rw-r--r--doc/src/sgml/ref/refresh_materialized_view.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/refresh_materialized_view.sgml b/doc/src/sgml/ref/refresh_materialized_view.sgml
index 28ff8606559..82d1628e802 100644
--- a/doc/src/sgml/ref/refresh_materialized_view.sgml
+++ b/doc/src/sgml/ref/refresh_materialized_view.sgml
@@ -63,8 +63,8 @@ REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] <replaceable class="PARAMETER">name</
<para>
This option is only allowed if there is at least one
<literal>UNIQUE</literal> index on the materialized view which uses only
- column names and includes all rows; that is, it must not index on any
- 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.
</para>
<para>
This option may not be used when the materialized view is not already