Re: Re: Feature: temporary materialized views

David Steele <david@pgmasters.net>

From: David Steele <david@pgmasters.net>
To: Michael Paquier <michael@paquier.xyz>, Andreas Karlsson <andreas@proxel.se>
Cc: 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-07T08:45:04Z
Lists: pgsql-hackers
On 2/7/19 2:23 AM, Michael Paquier wrote:
> On Wed, Feb 06, 2019 at 05:05:56PM +0100, Andreas Karlsson wrote:
>> On 2/6/19 10:18 AM, Michael Paquier wrote:
>>> Attached is a patch to do that and close the gap.  With that, we will
>>> be able to check for inconsistencies better when working on the
>>> follow-up patches.  What do you think?
>>
>> I approve. I was when testing this stuff that I found the IF NOT EXISTS
>> issue.
> 
> Thanks, I have committed those extra tests to close the gap.

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.

Regards,
-- 
-David
david@pgmasters.net


Commits

  1. Add more tests for CREATE TABLE AS with WITH NO DATA