The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/14/rules-materializedviews.htmlDescription:
CREATE TABLE mymatview AS SELECT * FROM mytab;
Should be the creation of view instead.