Re: Materialized views WIP patch

From: Kevin Grittner <kgrittn(at)ymail(dot)com>
To: Kevin Grittner <kgrittn(at)ymail(dot)com>, Tatsuo Ishii <ishii(at)postgresql(dot)org>
Cc: "stark(at)mit(dot)edu" <stark(at)mit(dot)edu>, "ants(at)cybertec(dot)at" <ants(at)cybertec(dot)at>, "hlinnakangas(at)vmware(dot)com" <hlinnakangas(at)vmware(dot)com>, "robertmhaas(at)gmail(dot)com" <robertmhaas(at)gmail(dot)com>, "michael(dot)paquier(at)gmail(dot)com" <michael(dot)paquier(at)gmail(dot)com>, "josh(at)agliodbs(dot)com" <josh(at)agliodbs(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Materialized views WIP patch
Date: 2013-03-06 21:51:20
Message-ID: 1362606680.53999.YahooMailNeo@web162904.mail.bf1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Kevin Grittner <kgrittn(at)ymail(dot)com> wrote:
> Tatsuo Ishii <ishii(at)postgresql(dot)org> wrote:
>
>> Was the remaining work on docs done? I would like to test MVs and
>> am waiting for the docs completed.
>
> I think they are done.  If you notice anything missing or in need
> of clarification please let me know.  At this point missing docs
> would be a bug in need of a fix.

I decided to take another pass through to try to spot anyplace I
might have missed.  I found that I had missed documenting the new
pg_matviews system view, so I have just pushed that.

I also think that something should be done about the documentation
for indexes.  Right now that always refers to a "table".  It would
clearly be awkward to change that to "table or materialized view"
everywhere.  I wonder if most of thosse should be changed to
"relation" with a few mentions that the relation could be a table
or a materialized view, or whether some less intrusive change would
be better.  Opinions welcome.

--
Kevin Grittner
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message David E. Wheeler 2013-03-06 22:28:29 Re: Materialized views WIP patch
Previous Message Kevin Grittner 2013-03-06 21:37:07 pgsql: Add docs for pg_matviews, which were missed in the initial MV co

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2013-03-06 22:19:56 Re: Support for REINDEX CONCURRENTLY
Previous Message Michael Paquier 2013-03-06 20:26:31 Re: Support for REINDEX CONCURRENTLY