Re: array support patch phase 1 patch

From: Joe Conway <mail(at)joeconway(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: array support patch phase 1 patch
Date: 2003-06-02 15:08:44
Message-ID: 3EDB687C.60703@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-06-02 15:23:14 Re: [HACKERS] patch src/bin/psql/help.c
Previous Message Joe Conway 2003-06-02 15:01:00 Re: array support patch phase 1 patch