Re: OUT parameter and RETURN table/setof

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: OUT parameter and RETURN table/setof
Дата
Msg-id CAKFQuwaLMOW89h2WPdTHL07ANZei7rP12Gzue+DtCL_nAZd7Og@mail.gmail.com
обсуждение исходный текст
Ответ на OUT parameter and RETURN table/setof  (Sridhar N Bamandlapally <sridhar.bn1@gmail.com>)
Ответы Re: OUT parameter and RETURN table/setof  (Sridhar N Bamandlapally <sridhar.bn1@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Typo in parallel comment of heap_delete()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Reviewing freeze map code