>
> Another issue is whether underlying table changes should be reflected
> in the view, e.g. should SELECT * show additional columns if they
> are added after the view is created.
PostgreSQL TODO List
====================
-Last updated: Fri Aug 26 16:38:55 EDT 2005
+Last updated: Sat Aug 27 09:38:42 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
* Allow NOTIFY in rules involving conditionals
* Allow VIEW/RULE recompilation when the underlying tables change
+ Another issue is whether underlying table changes should be reflected
+ in the view, e.g. should SELECT * show additional columns if they
+ are added after the view is created.
+
SQL Commands
============
-Last updated: Fri Aug 26 16:38:55 EDT 2005
+Last updated: Sat Aug 27 09:38:42 EDT 2005
The most recent version of this document can be viewed at
Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
Allow NOTIFY in rules involving conditionals
Allow VIEW/RULE recompilation when the underlying tables change
+
Another issue is whether underlying table changes should be reflected
+ in the view, e.g. should SELECT * show additional columns if they
+ are added after the view is created.
+