From bd5d12a16ba8cfd44d6a5d05765fa4e5bbf23c7b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 1 Feb 2006 17:32:45 +0000 Subject: 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? --- doc/src/FAQ/TODO.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/src') 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 @@

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. @@ -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