Typo on Refresh Materialized View page

Started by PG Bug reporting formalmost 7 years ago2 messagesdocs
Beta feature

Hackorum builds and tests every patch posted to the lists, not only commitfest submissions. This is Hackorum's own CI rather than the PostgreSQL project's, and it is still under testing - please report anything that looks wrong.

never appliedCI history
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/sql-refreshmaterializedview.html
Description:

Hello

There appears to be a typo on this page:
https://www.postgresql.org/docs/12/sql-refreshmaterializedview.html

In the description of CONCURRENTLY clause, one sentence reads "it must not
index on any expressions nor include a WHERE clause". This should be
changed to "it must be *be* an index on an expression nor include a WHERE
clause".

Asim

#2Bruce Momjian
bruce@momjian.us
In reply to: PG Bug reporting form (#1)
Re: Typo on Refresh Materialized View page

On Fri, Oct 11, 2019 at 04:31:21AM +0000, PG Doc comments form wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/sql-refreshmaterializedview.html
Description:

Hello

There appears to be a typo on this page:
https://www.postgresql.org/docs/12/sql-refreshmaterializedview.html

In the description of CONCURRENTLY clause, one sentence reads "it must not
index on any expressions nor include a WHERE clause". This should be
changed to "it must be *be* an index on an expression nor include a WHERE
clause".

Yes, you are right that the wording is awkward, and has been that way at
least back to 9.4, so I have patched it back through that release;
patch attached. Thanks for the report.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +

Attachments:

refresh.difftext/x-diff; charset=us-asciiDownload+4-4