Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 59c2617

Browse files
committed
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
1 parent 0c089d3 commit 59c2617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/refresh_materialized_view.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] <replaceable class="parameter">name</
6363
<para>
6464
This option is only allowed if there is at least one
6565
<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.
66+
column names and includes all rows; that is, it must not be an
67+
expression index or include a <literal>WHERE</literal> clause.
6868
</para>
6969
<para>
7070
This option may not be used when the materialized view is not already

0 commit comments

Comments
 (0)