41.3. Materialized Views: Create table should be create view?

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема 41.3. Materialized Views: Create table should be create view?
Дата
Msg-id 164940563632.677.2733327481665479531@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: 41.3. Materialized Views: Create table should be create view?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: Improve documentation for pg_upgrade, standbys and rsync
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: 41.3. Materialized Views: Create table should be create view?