Add:
authorBruce Momjian
Wed, 14 Jun 2006 18:36:57 +0000 (18:36 +0000)
committerBruce Momjian
Wed, 14 Jun 2006 18:36:57 +0000 (18:36 +0000)
>  o Fix problem when cascading referential triggers make changes on
>    cascaded tables, seeing the tables in an intermediate state
>
>    http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php
>    http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php

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

index bdf4af72d1a3110919058cc25400a54d03fd244e..ebb784a8ef319473ab460a8f97b7646712ba353c 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Wed Jun 14 13:59:26 EDT 2006
+Last updated:      Wed Jun 14 14:36:51 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -644,6 +644,11 @@ SQL Commands
    o Change foreign key constraint for array -> element to mean element
      in array?
    o Enforce referential integrity for system tables
+   o Fix problem when cascading referential triggers make changes on
+     cascaded tables, seeing the tables in an intermediate state
+
+     http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php
+     http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php
 
 
 * Server-Side Languages
index b2e4cfdeb73adb9c06486bfc9976c66eb56a45f7..6af4a6f78d2686da814604c4318c82852afb8a2b 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Wed Jun 14 13:59:26 EDT 2006
+Last updated:           Wed Jun 14 14:36:51 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -583,6 +583,11 @@ first.
     
  • Change foreign key constraint for array -> element to mean element
  •            in array?
         
  • Enforce referential integrity for system tables
  • +    
  • Fix problem when cascading referential triggers make changes on
  • +          cascaded tables, seeing the tables in an intermediate state
    +

              http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php

    +          http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php
    +

       
       
  • Server-Side Languages
  •