From 4f72bc7fce915331b61c37e990fec4a4312a3d84 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 12 Mar 2008 19:32:07 +0000 Subject: [PATCH] Update TODO: * Add array_accum() and array_to_set() functions for arrays The standards specify array_agg() and UNNEST. http://archives.postgresql.org/pgsql-hackers/2007-08/msg00464.php --- doc/TODO | 3 ++- doc/src/FAQ/TODO.html | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/TODO b/doc/TODO index adb1d20ec0..4132e2e594 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Wed Mar 12 15:30:52 EDT 2008 +Last updated: Wed Mar 12 15:31:58 EDT 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -414,6 +414,7 @@ Functions * Add array_accum() and array_to_set() functions for arrays + The standards specify array_agg() and UNNEST. http://archives.postgresql.org/pgsql-hackers/2007-08/msg00464.php diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index db120c2c43..3c3c5eb358 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: Wed Mar 12 15:30:52 EDT 2008 +Last updated: Wed Mar 12 15:31:58 EDT 2008

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

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 +

    The standards specify array_agg() and UNNEST. + http://archives.postgresql.org/pgsql-hackers/2007-08/msg00464.php

  • Multi-Language Support