From 48a9d92159ed05d568255f52598590433f07a489 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 18 Aug 2008 15:02:46 +0000 Subject: [PATCH] Add to TODO: > > * Fix all set-returning system functions so they support a wildcard > target list > > SELECT * FROM pg_get_keywords() works but SELECT * FROM > pg_show_all_settings() does not. --- doc/TODO | 8 +++++++- doc/src/FAQ/TODO.html | 7 ++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 7f2ca2d49f..ef388b99be 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Fri Aug 15 22:36:53 EDT 2008 +Last updated: Mon Aug 18 11:02:38 EDT 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -536,6 +536,12 @@ Functions http://archives.postgresql.org/pgsql-hackers/2007-10/msg01375.php +* Fix all set-returning system functions so they support a wildcard + target list + + SELECT * FROM pg_get_keywords() works but SELECT * FROM + pg_show_all_settings() does not. + Multi-Language Support diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index c9c3a6d4ef..1dc4fe012b 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: Fri Aug 15 22:36:53 EDT 2008 +Last updated: Mon Aug 18 11:02:38 EDT 2008

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

  • Allow calling of a procedure outside a SELECT that can control the transaction state

    http://archives.postgresql.org/pgsql-hackers/2007-10/msg01375.php +

    +
  • Fix all set-returning system functions so they support a wildcard + target list +

    SELECT * FROM pg_get_keywords() works but SELECT * FROM + pg_show_all_settings() does not.

  • Multi-Language Support