Re: request: support of array in plperl OUT arguments

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: David Fetter <david(at)fetter(dot)org>
Cc: Pavel Stehule <pavel(dot)stehule(at)hotmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: request: support of array in plperl OUT arguments
Date: 2006-08-04 04:31:15
Message-ID: 200608040431.k744VFd02965@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Seems Pavel has submitted the patch now, and I place it in the patch
queue.

---------------------------------------------------------------------------

David Fetter wrote:
> 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, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-08-04 04:32:16 Re: Let psql process files with > 4,294,967,295 lines
Previous Message Gavin Sherry 2006-08-04 04:30:37 Re: 8.2 features status