Re: Patch to add support for text/int arrays for plpythonu

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Valtonen, Hannu" <hannu(dot)valtonen(at)hut(dot)fi>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Patch to add support for text/int arrays for plpythonu
Date: 2009-04-26 15:23:24
Message-ID: 14433.1240759404@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Valtonen, Hannu" <hannu(dot)valtonen(at)hut(dot)fi> writes:
> Attached is a small patch for adding support for INT[] and TEXT[] to
> plpythonu.

Why in the world would you confine the feature to just two data types?
This seems like a fundamentally incorrect approach.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Valtonen, Hannu 2009-04-26 16:05:47 Re: Patch to add support for text/int arrays for plpythonu
Previous Message Tom Lane 2009-04-26 15:22:09 Re: GCC 4.4 compiler warnings