From 5d747ddd75a9228291ab646dd756e33bd75aa17a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 27 Jun 2008 02:38:29 +0000 Subject: [PATCH] Add to TODO: > > * Fix system views like pg_stat_all_tables to use set-returning > functions, rather than views of per-column functions --- doc/TODO | 5 ++++- doc/src/FAQ/TODO.html | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 60da3703a76..1b9f29862e8 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Thu Jun 26 15:18:30 EDT 2008 +Last updated: Thu Jun 26 22:38:18 EDT 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -2011,6 +2011,9 @@ Source Code http://archives.postgresql.org/pgsql-patches/2008-04/msg00164.php +* Fix system views like pg_stat_all_tables to use set-returning + functions, rather than views of per-column functions + * Win32 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index a82d0438337..7392cc0e04e 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Thu Jun 26 15:18:30 EDT 2008 +Last updated: Thu Jun 26 22:38:18 EDT 2008

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -1731,6 +1731,8 @@ first. There is also a developer's wiki at

  • Implement a module capability for loading /contrib-style extensions

    http://archives.postgresql.org/pgsql-patches/2008-04/msg00164.php

    +
  • Fix system views like pg_stat_all_tables to use set-returning + functions, rather than views of per-column functions
  • Win32