Re: Feature: temporary materialized views

Andreas Karlsson <andreas@proxel.se>

From: Andreas Karlsson <andreas@proxel.se>
To: Michael Paquier <michael@paquier.xyz>
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-02-06T16:05:56Z
Lists: pgsql-hackers
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.

Andreas


Commits

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