set returning functions.

Поиск
Список
Период
Сортировка
От Rhys Stewart
Тема set returning functions.
Дата
Msg-id 189966030709211129t7147b726w25f415489f25b874@mail.gmail.com
обсуждение исходный текст
Ответы Re: set returning functions.  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Список pgsql-general
Hi all,

How can one make a set-returning function behave like
generate_series(). If I cobble up an srf with plpgsql i have to do
select * from mysrf().
But i can do select generate_series(1,10) or select this,  that,the
other,generate_series(1,5) from sometable. Essentially I would like to
be able to have my srf behave like that.




Rhys
Live Long & Prosper | Peace & Love

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

Предыдущее
От: Alban Hertroys
Дата:
Сообщение: Re: "not in" clause too slow?
Следующее
От: nelsonsoft
Дата:
Сообщение: Re: Migration from PervasiveSQL