Wrong statement on the materialized views page

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Wrong statement on the materialized views page
Дата
Msg-id 169260135718.628.3175598120953717107@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Wrong statement on the materialized views page  (Erik Wienhold <ewie@ewie.name>)
Список 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 по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: In docs there is no "Installation from Binaries" section
Следующее
От: Erik Wienhold
Дата:
Сообщение: Re: Wrong statement on the materialized views page