On Wed, Mar 12, 2008 at 03:14:50PM +0000, Bruce Momjian wrote: > Log Message: > ----------- > Add to TODO: > > > > > * Add array_accum() and array_to_set() functions for arrays > > > > http://archives.postgresql.org/pgsql-hackers/2007-08/msg00464.php
The draft SQL:2008 spec I got from http://wiscorp.com/SQLStandards.html talks about ARRAY_AGG() and UNNEST for these concepts, respectively. Cheers, David. > Modified Files: > -------------- > pgsql/doc: > TODO (r1.2317 -> r1.2318) > > (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2317&r2=1.2318) > pgsql/doc/src/FAQ: > TODO.html (r1.826 -> r1.827) > > (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.826&r2=1.827) > > -- > Sent via pgsql-committers mailing list ([email protected]) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-committers -- David Fetter <[EMAIL PROTECTED]> http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: [EMAIL PROTECTED] Remember to vote! Consider donating to Postgres: http://www.postgresql.org/about/donate -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
