Wrong statement on the materialized views page - Mailing list pgsql-docs

From PG Doc comments form
Subject Wrong statement on the materialized views page
Date
Msg-id 169260135718.628.3175598120953717107@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Wrong statement on the materialized views page
List pgsql-docs
The following documentation comment has been logged on the website:

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

There might be an issue on this page:
https://www.postgresql.org/docs/current/rules-materializedviews.html

I think the statement 
CREATE TABLE mymatview AS SELECT * FROM mytab;
should actuall be
CREATE VIEW mymatview AS SELECT * FROM mytab;

kind regards,
Mark

pgsql-docs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: In docs there is no "Installation from Binaries" section
Next
From: Erik Wienhold
Date:
Subject: Re: Wrong statement on the materialized views page