projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c089d3
)
docs: fix wording of REFRESH CONCURRENTLY manual page
author
Bruce Momjian
Thu, 24 Oct 2019 00:29:02 +0000
(20:29 -0400)
committer
Bruce Momjian
Thu, 24 Oct 2019 00:29:02 +0000
(20:29 -0400)
Reported-by: Asim /
[email protected]
Discussion: https://postgr.es/m/
157076828181
.26165.
15231292023740913543
@wrigleys.postgresql.org
Backpatch-through: 9.4
doc/src/sgml/ref/refresh_materialized_view.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/refresh_materialized_view.sgml
b/doc/src/sgml/ref/refresh_materialized_view.sgml
index fd06f1fda148852a00f236fb43081d5745ec31c6..8ae62671adab9afffa716840982266228ebe5606 100644
(file)
--- 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 ]
name
This option is only allowed if there is at least one
UNIQUE
index on the materialized view which uses only
- column names and includes all rows;
that is, it must not index on any
- expression
s n
or include a
WHERE
clause.
+ column names and includes all rows;
that is, it must not be an
+ expression
index
or include a
WHERE
clause.
This option may not be used when the materialized view is not already