Re: OUT parameter and RETURN table/setof - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: OUT parameter and RETURN table/setof
Date
Msg-id CAKFQuwaLMOW89h2WPdTHL07ANZei7rP12Gzue+DtCL_nAZd7Og@mail.gmail.com
Whole thread Raw
In response to OUT parameter and RETURN table/setof  (Sridhar N Bamandlapally <sridhar.bn1@gmail.com>)
Responses Re: OUT parameter and RETURN table/setof
List pgsql-hackers
On Mon, Jun 6, 2016 at 7:17 AM, Sridhar N Bamandlapally <sridhar.bn1@gmail.com> wrote:
Hi

Is there any option in PGPLSQL which can RETURNS table or SETOF rows along with an OUT parameter?


​No, there would be no point given the internals of how functions work.

​What is it you are trying to do?

David J.
 

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Typo in parallel comment of heap_delete()
Next
From: Tom Lane
Date:
Subject: Re: Reviewing freeze map code