request: support of array in plperl OUT arguments

From: "Pavel Stehule" <pavel(dot)stehule(at)hotmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: request: support of array in plperl OUT arguments
Date: 2006-07-28 08:42:49
Message-ID: BAY20-F52AD008EA27CD9B470618F9590@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Saurabh Vyas 2006-07-28 09:13:12 facing problem while using CVS
Previous Message Chris Mair 2006-07-28 08:03:21 selecting large result sets in psql using cursors