Skip to content
Snippets Groups Projects
Commit 4e3be569 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

docs: fix wording of REFRESH CONCURRENTLY manual page

parent ebf7b2e0
No related branches found
No related tags found
No related merge requests found
...@@ -63,8 +63,8 @@ REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] <replaceable class="PARAMETER">name</ ...@@ -63,8 +63,8 @@ REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] <replaceable class="PARAMETER">name</
<para> <para>
This option is only allowed if there is at least one This option is only allowed if there is at least one
<literal>UNIQUE</literal> index on the materialized view which uses only <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 column names and includes all rows; that is, it must not be an
expressions nor include a <literal>WHERE</literal> clause. expression index or include a <literal>WHERE</literal> clause.
</para> </para>
<para> <para>
This option may not be used when the materialized view is not already This option may not be used when the materialized view is not already
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment