Add:
authorBruce Momjian
Wed, 1 Feb 2006 17:32:45 +0000 (17:32 +0000)
committerBruce Momjian
Wed, 1 Feb 2006 17:32:45 +0000 (17:32 +0000)
> * Allow statistics collector information to be pulled from the collector
>   process directly, rather than requiring the collector to write a
>   filesystem file twice a second?

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

index 8e276e74577d1cca565529fd32f2e536215b001c..62b5f2ff7d9f9f855662c4c7a939e2e5cefa57e2 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Jan 31 19:07:26 EST 2006
+Last updated:      Wed Feb  1 12:32:41 EST 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -47,6 +47,9 @@ Administration
   in subtables that are partitioned based on the primary key or a WHERE
   clause
 * Add function to report the time of the most recent server reload
+* Allow statistics collector information to be pulled from the collector
+  process directly, rather than requiring the collector to write a
+  filesystem file twice a second?
 
 
 * Improve replication solutions
index 2bd7a531ccd966c915050240585d091d18e4b180..67628148c88b94e237d63902ad570b8970d63821 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Jan 31 19:07:26 EST 2006
+Last updated:           Wed Feb  1 12:32:41 EST 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -49,6 +49,9 @@ first.
   in subtables that are partitioned based on the primary key or a WHERE
   clause
   
  • Add function to report the time of the most recent server reload
  • +  
  • Allow statistics collector information to be pulled from the collector
  • +  process directly, rather than requiring the collector to write a
    +  filesystem file twice a second?
       
  • Improve replication solutions
  •    
           
    • Load balancing