Re: BUG #5171: Composite type with array does not translate in plpythonu

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Jason <jason(at)beanfield(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5171: Composite type with array does not translate in plpythonu
Date: 2009-11-07 10:23:12
Message-ID: 1257589392.27480.0.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On fre, 2009-11-06 at 17:29 +0000, Jason wrote:
> When I have a plpythonu function returning a composite type that has an
> array column, the function does not work when I try to return a list for
> that column.

There is a patch proposed to address that in 8.5, but before that,
arrays are pretty much not supported in plpythonu.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Viisard 2009-11-07 18:56:36 BUG #5172: ecpg - cursor with regexp containing '.*/' fails to compile with gcc
Previous Message Jason 2009-11-06 17:29:34 BUG #5171: Composite type with array does not translate in plpythonu