Add to TODO:
authorBruce Momjian
Mon, 18 Aug 2008 15:02:46 +0000 (15:02 +0000)
committerBruce Momjian
Mon, 18 Aug 2008 15:02:46 +0000 (15:02 +0000)
>
> * 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
doc/src/FAQ/TODO.html

index 7f2ca2d49f5dae2d026b501f7d9f5e2bc40ceca8..ef388b99bea8e37b1aa26dc533ca2765b1afcd80 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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
index c9c3a6d4ef009f5510988387614f3f10aaa10e4f..1dc4fe012b098109a62ec89f8557443a44cab6f6 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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