PostgreSQL TODO List
====================
-Last updated: Tue Apr 15 11:06:48 EDT 2008
+Last updated: Tue Apr 15 11:08:50 EDT 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-patches/2006-08/msg00255.php
* 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
http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php
+ o Allow NOTIFY in rules involving conditionals
+ o Improve LISTEN concurrency
+
+ http://archives.postgresql.org/pgsql-hackers/2008-02/msg01106.php
+
Referential Integrity
-Last updated: Tue Apr 15 11:06:48 EDT 2008
+Last updated: Tue Apr 15 11:08:50 EDT 2008
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
to the client, rather than sent as a single notification to the
listener
+
+
Allow NOTIFY in rules involving conditionals
+
Improve LISTEN concurrency