| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | ap(at)robillo(dot)net |
| Cc: | pgsql-docs(at)postgresql(dot)org |
| Subject: | Re: [DOCS] Double negation in parameter description |
| Date: | 2023-11-22 21:40:44 |
| Message-ID: | ZV51XMu5dE20Pmrr@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
On Wed, Feb 8, 2017 at 03:27:43PM +0000, ap(at)robillo(dot)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 <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
Only you can decide what is important to you.
| Attachment | Content-Type | Size |
|---|---|---|
| master.diff | text/x-diff | 647 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David G. Johnston | 2023-11-22 22:32:02 | Re: [DOCS] Confusing Trigger Docs. |
| Previous Message | Bruce Momjian | 2023-11-22 21:13:10 | Re: [DOCS] Confusing Trigger Docs. |