Re: [HACKERS] OUT parameter and RETURN table/setof

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Sridhar N Bamandlapally <sridhar(dot)bn1(at)gmail(dot)com>
Cc: PG-General Mailing List <pgsql-general(at)postgresql(dot)org>, PostgreSQL-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] OUT parameter and RETURN table/setof
Date: 2016-06-06 12:27:25
Message-ID: CAKFQuwaLMOW89h2WPdTHL07ANZei7rP12Gzue+DtCL_nAZd7Og@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Mon, Jun 6, 2016 at 7:17 AM, Sridhar N Bamandlapally <
sridhar(dot)bn1(at)gmail(dot)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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Tisch 2016-06-06 12:50:18 Whither recovery.conf?
Previous Message Sridhar N Bamandlapally 2016-06-06 11:17:15 OUT parameter and RETURN table/setof

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-06-06 13:53:08 Re: Reviewing freeze map code
Previous Message Robert Haas 2016-06-06 12:00:59 Re: Typo in parallel comment of heap_delete()