Re: pgsql: Add to TODO: > > * Add array_accum() and array_to_set() - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql: Add to TODO: > > * Add array_accum() and array_to_set()
Date
Msg-id 200803121932.m2CJWI504170@momjian.us
Whole thread Raw
In response to Re: pgsql: Add to TODO: > > * Add array_accum() and array_to_set()  (David Fetter <david@fetter.org>)
List 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@momjian.us>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

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

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update TODO: * Add array_accum() and array_to_set() functions
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Back out text search change to TODO.