Re: Materialized views WIP patch - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Materialized views WIP patch
Date
Msg-id 5124DDD9.1040800@gmx.net
Whole thread Raw
In response to Re: Materialized views WIP patch  (David Fetter <david@fetter.org>)
Responses Re: Materialized views WIP patch  (Kevin Grittner <kgrittn@ymail.com>)
List pgsql-hackers
On 2/19/13 5:22 PM, David Fetter wrote:
> On Tue, Feb 19, 2013 at 11:09:13PM +0100, Erik Rijkers wrote:
>> On Sat, February 16, 2013 02:01, Kevin Grittner wrote:
>>> matview-v4.patch.gz
>>
>> Hi,
>>
>> I was wondering if material views should not go into information_schema.  I was thinking either
>> .views or .tables.  Have you considered this?
> 
> I'm guessing it'd be .views if anything.  Haven't been able to
> decipher from section 11 of the standard (Schemata) whether the
> standard has anything to say on the matter.

I suppose one should be able to expect that if one finds a view in the
information schema, then one should be able to use DROP VIEW to remove
it.  Which in this case wouldn't work.  So I don't think including a
materialized view under views or tables is appropriate.





pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: streaming header too small
Next
From: Andres Freund
Date:
Subject: Re: CREATE RULE "_RETURN" and toast tables