pgsql: Add: > > * Add the ability to automatically create materialized

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add: > > * Add the ability to automatically create materialized
Date: 2008-01-14 22:14:30
Message-ID: 20080114221430.62A69754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add:

>
> * Add the ability to automatically create materialized views
>
> Right now materialized views require the user to create triggers on the
> main table to keep the summary table current. SQL syntax should be able
> to manager the triggers and summary table automatically. A more
> sophisticated implementation would automatically retrieve from the
> summary table when the main table is referenced, if possible.
>

Modified Files:
--------------
pgsql/doc:
TODO (r1.2237 -> r1.2238)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2237&r2=1.2238)
pgsql/doc/src/FAQ:
TODO.html (r1.746 -> r1.747)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.746&r2=1.747)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-01-15 01:36:53 pgsql: Somebody forgot to add this ERRCODE everywhere it should go ...
Previous Message Magnus Hagander 2008-01-14 21:20:14 Re: Re: [COMMITTERS] pgsql: Most recent Postgres version is 8.2.6, per report from Robert