Clean-up callbacks for non-SR functions

Поиск
Список
Период
Сортировка
От James William Pye
Тема Clean-up callbacks for non-SR functions
Дата
Msg-id 20040517065837.GI2230@void.ph.cox.net
обсуждение исходный текст
Ответы Re: Clean-up callbacks for non-SR functions
Список pgsql-hackers
Greets,

Is there a way for me to clean up fn_extra in flinfo when the function is not
a Set Returning Function(SRF)?

I know I can use RegisterExprContextCallback and the RSI's econtext to register a callback
for SRFs, but this--or similar functionality--does not appear to be available for non-SRFs.

Am I missing something?

(This question comes from trying to keep non-SRF generator support in PL/Py
from leaking all over the floor..)

Regards,       James William Pye

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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: email data type first release
Следующее
От: Hans-Jürgen Schönig
Дата:
Сообщение: Re: Call for 7.5 feature completion