request: support of array in plperl OUT arguments - Mailing list pgsql-hackers

From Pavel Stehule
Subject request: support of array in plperl OUT arguments
Date
Msg-id BAY20-F52AD008EA27CD9B470618F9590@phx.gbl
Whole thread Raw
Responses Re: request: support of array in plperl OUT arguments
List pgsql-hackers
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

_________________________________________________________________
Najdete si svou lasku a nove pratele na Match.com. http://www.msn.cz/



pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: The vacuum-ignore-vacuum patch
Next
From: ITAGAKI Takahiro
Date:
Subject: LWLock statistics collector (was: CSStorm occurred again by postgreSQL8.2)