From: Bruce Momjian Date: Wed, 12 Mar 2008 19:32:07 +0000 (+0000) Subject: Update TODO: X-Git-Tag: REL8_4_BETA1~1802 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f72bc7fce915331b61c37e990fec4a4312a3d84;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/TODO b/doc/TODO index adb1d20ec05..4132e2e5944 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 db120c2c430..3c3c5eb358e 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