Add TODO item:
authorBruce Momjian
Tue, 15 Apr 2008 15:08:59 +0000 (15:08 +0000)
committerBruce Momjian
Tue, 15 Apr 2008 15:08:59 +0000 (15:08 +0000)
< * Allow NOTIFY in rules involving conditionals
>
>  o Allow NOTIFY in rules involving conditionals
>  o Improve LISTEN concurrency
>
>    http://archives.postgresql.org/pgsql-hackers/2008-02/msg01106.php

doc/TODO
doc/src/FAQ/TODO.html

index 8eff9ab9406f0369dd3c1a4efc16469e1fdda0fb..c174260ca8531a22f24b2c705ed239e953ba5b6a 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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.
@@ -555,7 +555,6 @@ Views / Rules
   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
@@ -881,6 +880,11 @@ SQL Commands
 
      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
index 56971190c5cb418bdf4ba874b51fd0862ab5e544..59ac9949fe61b89206dedf85658e63cf73cd1f84 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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.
@@ -484,7 +484,6 @@ first.  There is also a developer's wiki at
   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

       in the view, e.g. should SELECT * show additional columns if they
    @@ -760,6 +759,10 @@ first.  There is also a developer's wiki at
               to the client, rather than sent as a single notification to the
               listener
     

              http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php

    +

    +    
  • Allow NOTIFY in rules involving conditionals
  • +    
  • Improve LISTEN concurrency
  • +

              http://archives.postgresql.org/pgsql-hackers/2008-02/msg01106.php