PostgreSQL TODO List
====================
-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.
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
============
-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
Make it possible to use RETURNING together with conditional DO INSTEAD
rules, such as for partitioning setups
+
+
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.