Add:
authorBruce Momjian
Sat, 2 Sep 2006 23:47:39 +0000 (23:47 +0000)
committerBruce Momjian
Sat, 2 Sep 2006 23:47:39 +0000 (23:47 +0000)
> * Simplify ability to create partitioned tables
>
>   This would allow creation of partitioned tables without requiring
>   creation of rules for INSERT/UPDATE/DELETE, and constraints for
>   rapid partition selection.  Options could include range and hash
>   partition selection.
>
> * Allow auto-selection of partitioned tables for min/max() operations

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

index a44b1951da786ca90b535f7eecae841b9a656cc9..147965122d4aeeaf50620c2e493bab0c79eacdf9 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Sep  2 18:58:54 EDT 2006
+Last updated:      Sat Sep  2 19:47:37 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -64,6 +64,14 @@ Administration
 
 * -Re-enable the GUC full_page_writes in 8.2 when reliability issues have
   been addressed
+* Simplify ability to create partitioned tables
+
+  This would allow creation of partitioned tables without requiring
+  creation of rules for INSERT/UPDATE/DELETE, and constraints for
+  rapid partition selection.  Options could include range and hash
+  partition selection.
+
+* Allow auto-selection of partitioned tables for min/max() operations
 
 
 * Improve replication solutions
index fe406ce927ec45e7264aafb13d1dc4b7d1d075e3..d60ef97a47bbeb89bb9b62123ad7868b6ebc18fc 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Sep  2 18:58:54 EDT 2006
+Last updated:           Sat Sep  2 19:47:37 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -64,6 +64,13 @@ first.
 

   
  • -Re-enable the GUC full_page_writes in 8.2 when reliability issues have
  •    been addressed
    +  
  • Simplify ability to create partitioned tables
  • +

      This would allow creation of partitioned tables without requiring

    +  creation of rules for INSERT/UPDATE/DELETE, and constraints for
    +  rapid partition selection.  Options could include range and hash
    +  partition selection.
    +

    +  
  • Allow auto-selection of partitioned tables for min/max() operations
  •    
  • Improve replication solutions
  •    
           
    • Load balancing