From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Josh Berkus <josh(at)agliodbs(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Proposed TODO: add support for "any" for PL/PythonU and PL/Perl |
Date: | 2013-05-15 11:08:55 |
Message-ID: | CAFj8pRCNGzd38U--PqnLi0xDU+V7sOL8rYFb+cdNFHPmLDTGnA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
+1
2013/5/15 Robert Haas <robertmhaas(at)gmail(dot)com>:
> On Tue, May 14, 2013 at 2:24 PM, Josh Berkus <josh(at)agliodbs(dot)com> wrote:
>> Hackers,
>>
>> I'd like to add the following todo items to the TODO list:
>>
>> PL/Python:
>> * add support for anyelement and anyarray to PL/Python
>> * add support for VARIADIC "ANY" to PL/Python
>>
>> PL/Perl:
>> * add support for anyelement and anyarray to PL/Perl
>> * add support for VARIADIC "ANY" to PL/Perl
>>
>> The reason for this is that both Python and Perl are loosely typed
>> languages, and deal with variables as polymorphic. Mapping Postgres
>> polymorphic parameters to functions in these PLs couldn't be more
>> natural. I know from my part that support for VARIADIC "ANY" in
>> PL/Python would save me a bunch of shell function writing.
>>
>> I don't personally intend to hack these out, but they seem like good
>> things to put on the TODO list as good tasks for new hackers (and maybe
>> GSOC students) to take on.
>
> +1.
>
> --
> Robert Haas
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
From | Date | Subject | |
---|---|---|---|
Next Message | Nicholson, Brad (Toronto, ON, CA) | 2013-05-15 12:15:54 | postgres_fdw foreign tables and serial columns |
Previous Message | Robert Haas | 2013-05-15 11:04:37 | Re: Proposed TODO: add support for "any" for PL/PythonU and PL/Perl |