[DOCS] Double negation in parameter description - Mailing list pgsql-docs

From ap@robillo.net
Subject [DOCS] Double negation in parameter description
Date
Msg-id 20170208152743.1411.6073@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [DOCS] Double negation in parameter description  (Bruce Momjian <bruce@momjian.us>)
List pgsql-docs
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.

pgsql-docs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [DOCS] complete 'C' trigger example needs fmgr.h
Next
From: jesse@jesseo.com
Date:
Subject: [DOCS] Missing 'Reload with' for 'pg_dump -j'