Re: array_agg and array_accum (patch) - Mailing list pgsql-hackers

From Robert Haas
Subject Re: array_agg and array_accum (patch)
Date
Msg-id 603c8f070811131637n1c82422bv6737fcb7650f089b@mail.gmail.com
Whole thread Raw
In response to Re: array_agg and array_accum (patch)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> It seems that it would be an easy evening's work to implement unnest(),
> at least in the simple form
>        function unnest(anyarray) returns setof anyelement
>
> without the WITH ORDINALITY syntax proposed by the SQL spec.  Then
> we could eliminate intagg's C code altogether, and just write it
> as a couple of wrapper functions.
>
> Does anyone have an objection to doing that?

I think it would be great.

...Robert


pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Re: Simple postgresql.conf wizard
Next
From: "Robert Haas"
Date:
Subject: Re: Updated posix fadvise patch v19