PostgreSQL TODO List
====================
-Last updated: Fri Sep 7 15:07:48 EDT 2007
+Last updated: Fri Sep 14 14:50:43 EDT 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
in the view, e.g. should SELECT * show additional columns if they
are added after the view is created.
+* Make it possible to use RETURNING together with conditional DO INSTEAD
+ rules, such as for partitioning setups
+
+ http://archives.postgresql.org/pgsql-hackers/2007-09/msg00577.php
+
SQL Commands
============
-Last updated: Fri Sep 7 15:07:48 EDT 2007
+Last updated: Fri Sep 14 14:50:43 EDT 2007
The most recent version of this document can be viewed at
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.
+
+
Make it possible to use RETURNING together with conditional DO INSTEAD
+ rules, such as for partitioning setups