pgsql: Add: > > * Add the ability to automatically create materialized - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add: > > * Add the ability to automatically create materialized
Date
Msg-id 20080114221430.62A69754108@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Most recent Postgres version is 8.2.6, per report from Robert
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Somebody forgot to add this ERRCODE everywhere it should go ...