Re: Proposed TODO: add support for "any" for PL/PythonU and PL/Perl

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Proposed TODO: add support for "any" for PL/PythonU and PL/Perl
Дата
Msg-id CA+TgmobwdyVcOC+F_9TpM7Gq1R2ep5sA6wABZSvdpqNxOoSZgw@mail.gmail.com
обсуждение исходный текст
Ответ на Proposed TODO: add support for "any" for PL/PythonU and PL/Perl  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Proposed TODO: add support for "any" for PL/PythonU and PL/Perl
Список pgsql-hackers
On Tue, May 14, 2013 at 2:24 PM, Josh Berkus <josh@agliodbs.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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Logging of PAM Authentication Failure
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Proposed TODO: add support for "any" for PL/PythonU and PL/Perl