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

2009-11-12 Thread Peter Eisentraut
On lör, 2009-11-07 at 12:23 +0200, Peter Eisentraut wrote: > On fre, 2009-11-06 at 17:29 +, 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 patc

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

2009-11-09 Thread Peter Eisentraut
On Sun, 2009-11-08 at 16:33 -0500, Robert Haas wrote: > On Sat, Nov 7, 2009 at 5:23 AM, Peter Eisentraut wrote: > > On fre, 2009-11-06 at 17:29 +, 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

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

2009-11-08 Thread Robert Haas
On Sat, Nov 7, 2009 at 5:23 AM, Peter Eisentraut wrote: > On fre, 2009-11-06 at 17:29 +, 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 prop

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

2009-11-08 Thread Peter Eisentraut
On fre, 2009-11-06 at 17:29 +, 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 m