Add TODO:
authorBruce Momjian
Fri, 11 Apr 2008 19:16:47 +0000 (19:16 +0000)
committerBruce Momjian
Fri, 11 Apr 2008 19:16:47 +0000 (19:16 +0000)
> * Support procedures, which return no value
>
>   http://archives.postgresql.org/pgsql-hackers/2007-10/msg01375.php

doc/TODO
doc/src/FAQ/TODO.html

index 91948fb0c5be3e353747dedafdabcf7cf0c71634..0ee27d2b4cca8787f485536e94bb129495dfaf7a 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Apr 11 15:14:41 EDT 2008
+Last updated:      Fri Apr 11 15:16:40 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -491,6 +491,9 @@ Functions
 
   http://archives.postgresql.org/pgsql-hackers/2008-01/msg01017.php
 
+* Support procedures, which return no value
+
+  http://archives.postgresql.org/pgsql-hackers/2007-10/msg01375.php
 
 
 
index a661b8685b8ee0b62af4397c2028712452c68cdd..9fe34d7945491def44a42e955e8479a351f6f1ed 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Apr 11 15:14:41 EDT 2008
+Last updated:           Fri Apr 11 15:16:40 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -428,6 +428,9 @@ first.  There is also a developer's wiki at
 

   
  • Add SQL-standard array_agg() and unnest() array functions
  •  

      http://archives.postgresql.org/pgsql-hackers/2008-01/msg01017.php

    +

    +  
  • Support procedures, which return no value
  • +

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

     

     
     

    Multi-Language Support