Re: modifying the tbale function

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: modifying the tbale function
Дата
Msg-id 45FFE30F.40808@dunslane.net
обсуждение исходный текст
Ответ на Re: modifying the tbale function  ("Florian G. Pflug" <fgp@phlo.org>)
Ответы Re: modifying the tbale function  (Hannu Krosing <hannu@skype.net>)
Список pgsql-hackers
Florian G. Pflug wrote:
>> Are we really sure that this isn't a solution in search of a problem?
> I think this really depends on how you define "problem". Some people
> might think that "select * from myfunc(...) limit 1" should stop and
> return a result after myfunc(...) has returned one row. Others will
> say "well, just use a different software design that doesn't depend
> on this optimization".
>
>

I think that's a very thin use case to justify all the scaffolding you 
propose, so put me in with the others I guess.

If we can provide a per-call mechanism for C functions, that should be 
adequate, I think. If you need heavy optimization then you need C 
functions anyway.

cheers

andrew



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: how to add seconds to a TimestampTz
Следующее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: Buildfarm feature request: some way to track/classify failures