public inbox for [email protected]
help / color / mirror / Atom feed41.3. Materialized Views: Create table should be create view?
2+ messages / 2 participants
[nested] [flat]
* 41.3. Materialized Views: Create table should be create view?
@ 2022-04-08 08:13 PG Doc comments form <[email protected]>
2022-04-09 19:50 ` Re: 41.3. Materialized Views: Create table should be create view? David G. Johnston <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: PG Doc comments form @ 2022-04-08 08:13 UTC (permalink / raw)
To: [email protected]; +Cc: [email protected]
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.
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: 41.3. Materialized Views: Create table should be create view?
2022-04-08 08:13 41.3. Materialized Views: Create table should be create view? PG Doc comments form <[email protected]>
@ 2022-04-09 19:50 ` David G. Johnston <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: David G. Johnston @ 2022-04-09 19:50 UTC (permalink / raw)
To: [email protected]; Pg Docs <[email protected]>
On Fri, Apr 8, 2022 at 2:06 AM PG Doc comments form <[email protected]>
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.
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2022-04-09 19:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08 08:13 41.3. Materialized Views: Create table should be create view? PG Doc comments form <[email protected]>
2022-04-09 19:50 ` David G. Johnston <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox