Add to TODO:
authorBruce Momjian
Wed, 12 Mar 2008 15:14:50 +0000 (15:14 +0000)
committerBruce Momjian
Wed, 12 Mar 2008 15:14:50 +0000 (15:14 +0000)
>
> * Add array_accum() and array_to_set() functions for arrays
>
>   http://archives.postgresql.org/pgsql-hackers/2007-08/msg00464.php

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

index f8a02aced0c7118c3d82aa6d9be59e0cbc1a1cdf..e8763d4ae377e6d1d91860b64bf33092a5a49197 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Mar 11 21:47:58 EDT 2008
+Last updated:      Wed Mar 12 11:14:43 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -411,6 +411,10 @@ Functions
 
   http://archives.postgresql.org/pgsql-hackers/2007-04/msg01180.php
 
+* Add array_accum() and array_to_set() functions for arrays
+
+  http://archives.postgresql.org/pgsql-hackers/2007-08/msg00464.php
+
 
 
 Multi-Language Support
index f30cbe8807555766a215f02fb41fc0c9854aa76c..fa0256e99a3bc8af7fd8b9a3b23b04f62b8d1237 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Mar 11 21:47:58 EDT 2008
+Last updated:           Wed Mar 12 11:14:43 EDT 2008
 

 

The most recent version of this document can be viewed at

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

   
  • Add temporal versions of generate_series()
  •  

      http://archives.postgresql.org/pgsql-hackers/2007-04/msg01180.php

    +

    +  
  • Add array_accum() and array_to_set() functions for arrays
  • +

      http://archives.postgresql.org/pgsql-hackers/2007-08/msg00464.php

     

     
     

    Multi-Language Support