Re: JOIN results of refcursor functions

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: JOIN results of refcursor functions
Дата
Msg-id 20081127204509.GJ4586@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: JOIN results of refcursor functions  (Milan Oparnica <milan.opa@gmail.com>)
Ответы Re: JOIN results of refcursor functions  (Milan Oparnica <milan.opa@gmail.com>)
Список pgsql-sql
Milan Oparnica escribió:
> Tom Lane wrote:
>> Milan Oparnica <milan.opa@gmail.com> writes:
>>> Is there any way to use INNER, LEFT and RIGHT JOIN between functions  
>>> returning refcursor type.
>>
>> No.  Make them return setof whatever instead.
>>
> I would like yo avoid creating custom composite types required for setof.

Then use OUT variables.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Milan Oparnica
Дата:
Сообщение: Re: JOIN results of refcursor functions
Следующее
От: "John Dizaro"
Дата:
Сообщение: Re: UPDATE and DELEte with a lot of register is to slow...