Re: request: support of array in plperl OUT arguments

From: David Fetter <david(at)fetter(dot)org>
To: Pavel Stehule <pavel(dot)stehule(at)hotmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: request: support of array in plperl OUT arguments
Date: 2006-07-31 00:03:13
Message-ID: 20060731000313.GW2654@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jul 28, 2006 at 10:42:49AM +0200, Pavel Stehule wrote:
> Hello,
>
> I miss better support OUT arguments in plerlu:
>
> create or replace function foo(out p varchar[]) as $$ return { p => [pavel,
> jana] }; $$ language plperlu;
> postgres=# select foo();
> ERROR: array value must start with "{" or dimension information
> postgres=#
>
> I starting work on it. I hope It will be done before current feature freeze.
>
> Regards
> Pavel Stehule

It seems Pavel missed sending the preliminary patch, so here it is :)

Cheers,
D
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
phone: +1 415 235 3778 AIM: dfetter666
Skype: davidfetter

Remember to vote!

Attachment Content-Type Size
plperl-out.diff text/plain 9.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2006-07-31 00:20:17 Re: [HACKERS] extension for sql update
Previous Message Tzahi Fadida 2006-07-30 22:12:38 Adding fulldisjunctions to the contrib