Re: modifying a TupleTableSlot

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: modifying a TupleTableSlot
Дата
Msg-id 19352.1099532731@sss.pgh.pa.us
обсуждение исходный текст
Ответ на modifying a TupleTableSlot  ("Hicham G. Elmongui" <elmongui@cs.purdue.edu>)
Список pgsql-hackers
"Hicham G. Elmongui" <elmongui@cs.purdue.edu> writes:
> If I have a TupleTableSlot, and I need to obtain another TupleTableSlot with
> a different TupleDesc (same fields but different order). Is there a way to
> do it without that I go myself and try to retrieve the fields and form the
> tuple myself? In other words, are there functions already in postgres that I
> can use together to reach this?

The CVS-tip junkfilter code is a reasonable prototype for this.
        regards, tom lane


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

Предыдущее
От: "Hicham G. Elmongui"
Дата:
Сообщение: modifying a TupleTableSlot
Следующее
От: Robert Treat
Дата:
Сообщение: Re: UPDATE is not allowed in a non-volatile function