Re: pgsql: Add to TODO: > > * Add array_accum() and array_to_set()

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: David Fetter <david(at)fetter(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add to TODO: > > * Add array_accum() and array_to_set()
Date: 2008-03-12 19:32:17
Message-ID: 200803121932.m2CJWI504170@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

David Fetter wrote:
> 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.

OK, TODO updated:

* 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

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-03-12 19:40:01 pgsql: Back out text search change to TODO.
Previous Message Bruce Momjian 2008-03-12 19:32:07 pgsql: Update TODO: * Add array_accum() and array_to_set() functions