Wrong statement on the materialized views page

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: mark(dot)meeus(at)gmail(dot)com
Subject: Wrong statement on the materialized views page
Date: 2023-08-21 07:02:37
Message-ID: 169260135718.628.3175598120953717107@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/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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Erik Wienhold 2023-08-21 08:37:02 Re: Wrong statement on the materialized views page
Previous Message David G. Johnston 2023-08-20 16:52:34 Re: In docs there is no "Installation from Binaries" section