diff options
| author | Bruce Momjian <bruce@momjian.us> | 2008-01-14 22:14:30 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2008-01-14 22:14:30 +0000 |
| commit | 1272ac82b67ad1b92f4a807576c65d8661fbb6ce (patch) | |
| tree | fa07155f02382751382974b3a56ea152a2fdc7d4 /doc/TODO | |
| parent | be8451e548ddb2a5c88566ae9c974449e7ab98c5 (diff) | |
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.
>
Diffstat (limited to 'doc/TODO')
| -rw-r--r-- | doc/TODO | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Fri Jan 11 11:49:17 EST 2008 +Last updated: Mon Jan 14 17:13:36 EST 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -432,6 +432,15 @@ Views / Rules http://archives.postgresql.org/pgsql-hackers/2007-09/msg00577.php +* 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. + + SQL Commands ============ |
