Re: array support patch phase 1 patch - Mailing list pgsql-patches

From Joe Conway
Subject Re: array support patch phase 1 patch
Date
Msg-id 3EDB687C.60703@joeconway.com
Whole thread Raw
In response to Re: array support patch phase 1 patch  (Kris Jurka <books@ejurka.com>)
Responses Re: array support patch phase 1 patch
Re: array support patch phase 1 patch
List pgsql-patches
Kris Jurka wrote:
> I was trying formulate a way to make a function which will explode an
> array into a resultset composed of the index and value.  So '{3,4,7}'
> would become
>
> index    value
> 1    3
> 2    4
> 3    7
>

I submitted a function that would do this, array_values(), but it was
rejected. See:
http://archives.postgresql.org/pgsql-hackers/2002-12/msg00453.php

Perhaps we should revisit that decision before feature freeze for 7.4?

Joe


pgsql-patches by date:

Previous
From: Kris Jurka
Date:
Subject: Re: array support patch phase 1 patch
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] patch src/bin/psql/help.c