diff options
| author | Bruce Momjian | 2008-06-27 02:38:29 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2008-06-27 02:38:29 +0000 |
| commit | 5d747ddd75a9228291ab646dd756e33bd75aa17a (patch) | |
| tree | a3344c44742cabbc413115b721281adfd335eced /doc/TODO | |
| parent | 8530c82fc44271efd2901ee094dde0ecc8540edc (diff) | |
Add to TODO:
>
> * Fix system views like pg_stat_all_tables to use set-returning
> functions, rather than views of per-column functions
Diffstat (limited to 'doc/TODO')
| -rw-r--r-- | doc/TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
