41.3. Materialized Views: Create table should be create view? - Mailing list pgsql-docs

From PG Doc comments form
Subject 41.3. Materialized Views: Create table should be create view?
Date
Msg-id 164940563632.677.2733327481665479531@wrigleys.postgresql.org
Whole thread Raw
Responses Re: 41.3. Materialized Views: Create table should be create view?
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/rules-materializedviews.html
Description:

CREATE TABLE mymatview AS SELECT * FROM mytab;

Should be the creation of view instead.

pgsql-docs by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Improve documentation for pg_upgrade, standbys and rsync
Next
From: "David G. Johnston"
Date:
Subject: Re: 41.3. Materialized Views: Create table should be create view?