Re: Feature: temporary materialized views
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Michael Paquier <michael@paquier.xyz>
Cc: Andreas Karlsson <andreas@proxel.se>, Tom Lane <tgl@sss.pgh.pa.us>,
Mitar <mmitar@gmail.com>, Alvaro Herrera <alvherre@2ndquadrant.com>,
PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2019-03-10T06:55:08Z
Lists: pgsql-hackers
On 3/8/19 3:38 AM, Michael Paquier wrote: > On Thu, Mar 07, 2019 at 10:45:04AM +0200, David Steele wrote: >> I think a new patch is required here so I have marked this Waiting on >> Author. cfbot is certainly not happy and anyone trying to review is going >> to have hard time trying to determine what to review. > > I would recommend to mark this patch as returned with feedback as we > already know that we need to rethink a bit harder the way relations > are created in CTAS, not to mention that the case of EXPLAIN CTAS IF > NOT EXISTS is not correctly handled. This requires more than three of > work which is what remains until the end of this CF, so v12 is not a > sane target. OK, I will do that on March 13th if there are no arguments to the contrary. Regards, -- -David david@pgmasters.net
Commits
-
Add more tests for CREATE TABLE AS with WITH NO DATA
- 537898bd81bd 12.0 landed