Re: OUT parameters in PL/Java

From: Thomas Hallgren <thhal(at)mailblocks(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: OUT parameters in PL/Java
Date: 2005-04-13 05:57:37
Message-ID: 425CB4D1.80902@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:

>You could do worse than to back-port get_call_result_type() into your
>older branches and just leave out the code for the OUT parameter case.
>
>
Great advice! I went ahead and did just that. Now PL/Java handles
IN/INOUT/OUT parameters correctly with 8.1 and it handles functions
returning SETOF RECORD in all versions. The only thing that doesn't work
right now is a function that returns RECORD (not SETOF) since the rsinfo
in this case is NULL. Can you shed some light on that?

Regards,
Thomas Hallgren

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-04-13 06:02:02 Re: OUT parameters in PL/Java
Previous Message Christopher Kings-Lynne 2005-04-13 03:19:08 Re: ISO-8859-1 encoding not enforced?