On Wed, Feb 8, 2017 at 03:27:43PM +0000, a...@robillo.net wrote: > The following documentation comment has been logged on the website: > > Page: > https://www.postgresql.org/docs/9.6/static/sql-refreshmaterializedview.html > Description: > > In the description of the CONCURRENTLY parameter (3rd line/paragraph, the > statement employs double negation which makes it hard to read and > understand. > > "This option may not be used when the materialized view is not already > populated." > > I guess the author would want to mean: > > "This option may only be used on a populated materialized view."? > > Your clarification is much appreciated.
I know this is six years old, but fixed in master with the attached patch. -- Bruce Momjian <br...@momjian.us> https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.
diff --git a/doc/src/sgml/ref/refresh_materialized_view.sgml b/doc/src/sgml/ref/refresh_materialized_view.sgml index 675d6090f3..7a019162c3 100644 --- a/doc/src/sgml/ref/refresh_materialized_view.sgml +++ b/doc/src/sgml/ref/refresh_materialized_view.sgml @@ -67,7 +67,7 @@ REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] <replaceable class="parameter">name</ expression index or include a <literal>WHERE</literal> clause. </para> <para> - This option may not be used when the materialized view is not already + This option can only be used when the materialized view is already populated. </para> <para>