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

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: tom(dot)byttebier(at)gemone(dot)com
Subject: 41.3. Materialized Views: Create table should be create view?
Date: 2022-04-08 08:13:56
Message-ID: 164940563632.677.2733327481665479531@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message David G. Johnston 2022-04-09 19:50:59 Re: 41.3. Materialized Views: Create table should be create view?
Previous Message Laurenz Albe 2022-04-08 05:14:54 Re: Improve documentation for pg_upgrade, standbys and rsync