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

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: tom(dot)byttebier(at)gemone(dot)com, Pg Docs <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: Re: 41.3. Materialized Views: Create table should be create view?
Date: 2022-04-09 19:50:59
Message-ID: CAKFQuwZGgO_D0Ck0R+2VowF6ShMZxDmjW7mHovJ+Q0hCHL24MQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Fri, Apr 8, 2022 at 2:06 AM PG Doc comments form <noreply(at)postgresql(dot)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.

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2022-04-11 16:00:08 Missing example for SAVEPOINT using the same savepoint name
Previous Message PG Doc comments form 2022-04-08 08:13:56 41.3. Materialized Views: Create table should be create view?