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

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: 41.3. Materialized Views: Create table should be create view?
Дата
Msg-id CAKFQuwZGgO_D0Ck0R+2VowF6ShMZxDmjW7mHovJ+Q0hCHL24MQ@mail.gmail.com
обсуждение исходный текст
Ответ на 41.3. Materialized Views: Create table should be create view?  (PG Doc comments form <noreply@postgresql.org>)
Список pgsql-docs
On Fri, Apr 8, 2022 at 2:06 AM PG Doc comments form <noreply@postgresql.org> wrote:
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.

The documentation is correct.  Its purpose is to contrast a table that got created from a view and a materialized view.

David J.

В списке pgsql-docs по дате отправления:

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: 41.3. Materialized Views: Create table should be create view?
Следующее
От: PG Doc comments form
Дата:
Сообщение: Missing example for SAVEPOINT using the same savepoint name