Re: PL/Python array support

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PL/Python array support
Date: 2009-11-04 14:44:10
Message-ID: 603c8f070911040644q36b4e2bcpb0918d0bdfdd0107@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 4, 2009 at 9:02 AM, Peter Eisentraut <peter_e(at)gmx(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-11-04 14:57:27 Re: ALTER TABLE...ALTER COLUMN vs inheritance
Previous Message Tom Lane 2009-11-04 14:41:31 Re: [BUG?] strange behavior in ALTER TABLE ... RENAME TO on inherited columns