Re: PL/Python array support - Mailing list pgsql-hackers

From Robert Haas
Subject Re: PL/Python array support
Date
Msg-id 603c8f070911040644q36b4e2bcpb0918d0bdfdd0107@mail.gmail.com
Whole thread Raw
In response to PL/Python array support  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: PL/Python array support
List pgsql-hackers
On Wed, Nov 4, 2009 at 9:02 AM, Peter Eisentraut <peter_e@gmx.net> wrote:
> Here is a patch to support arrays in PL/Python as parameters and return
> values.  It converts an array parameter to a Python "list", and converts
> a Python "sequence" return value back to an array.

This is probably a stupid question, but why would you use different
types for incoming and outgoing data flow?

...Robert


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUG?] strange behavior in ALTER TABLE ... RENAME TO on inherited columns
Next
From: Tom Lane
Date:
Subject: Re: ALTER TABLE...ALTER COLUMN vs inheritance