Re: arrays as pl/perl input arguments [PATCH] - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: arrays as pl/perl input arguments [PATCH]
Date
Msg-id 1296757487.6442.2.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: arrays as pl/perl input arguments [PATCH]  (Tim Bunce <Tim.Bunce@pobox.com>)
List pgsql-hackers
On tor, 2011-02-03 at 18:01 +0000, Tim Bunce wrote:
> Imagine that PL/Perl could handle named arguments:
> 
>     CREATE FUNCTION join_list( separator text, list array ) AS $$
>         return join( $separator, @$list );
>     $$ LANGUAGE plperl;
> 
> The $list variable, magically created by PL/Perl, could be the array
> reference created by your code, without altering the contents of @_.

I would find that pretty surprising, since Perl itself doesn't even
provide named arguments.



pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: ALTER EXTENSION UPGRADE, v3
Next
From: Dimitri Fontaine
Date:
Subject: Re: ALTER EXTENSION UPGRADE, v3