SRF in C

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема SRF in C
Дата
Msg-id 1073862553.1475.93.camel@jeff
обсуждение исходный текст
Ответы Re: SRF in C  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
in section _37.7.1.2. RETURN NEXT_ of the docs, it says that "PL/pgSQL
stores the entire result set before returning from the function".

Is the same true for C, and if so, should we document it in
_33.7.9. Returning Sets from C-Language Functions_ ?

It could be important if someone wanted to return a huge amount of data
from an SRF and it was larger than available RAM.

Regards,
    Jeff Davis


В списке pgsql-general по дате отправления:

Предыдущее
От: "D. Dante Lorenso"
Дата:
Сообщение: Re: Drawbacks of using BYTEA for PK?
Следующее
От: elein
Дата:
Сообщение: Re: Bug and/or feature? Complex data types in tables...