diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-02-01 17:32:45 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-02-01 17:32:45 +0000 |
commit | bd5d12a16ba8cfd44d6a5d05765fa4e5bbf23c7b (patch) | |
tree | 123fa6f199215c51ef20fcd6609205e8250c30bc | |
parent | 47a86fa02d0ff58438dea2ef2005a6cd8938f8c4 (diff) | |
download | postgresql-bd5d12a16ba8cfd44d6a5d05765fa4e5bbf23c7b.tar.gz postgresql-bd5d12a16ba8cfd44d6a5d05765fa4e5bbf23c7b.zip |
Add:
> * 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?
-rw-r--r-- | doc/TODO | 5 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 5 |
2 files changed, 8 insertions, 2 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 2bd7a531ccd..67628148c88 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Tue Jan 31 19:07:26 EST 2006 +Last updated: Wed Feb 1 12:32:41 EST 2006 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -49,6 +49,9 @@ first. in subtables that are partitioned based on the primary key or a WHERE clause </li><li>Add function to report the time of the most recent server reload + </li><li>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? </li><li>Improve replication solutions <ul> <li>Load balancing |