modifying a TupleTableSlot

Поиск
Список
Период
Сортировка
От Hicham G. Elmongui
Тема modifying a TupleTableSlot
Дата
Msg-id cmbucf$1n2h$1@news.hub.org
обсуждение исходный текст
Ответы Re: modifying a TupleTableSlot
Список pgsql-hackers
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?

Regards,

--h




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Pre-8.0 outstanding patches
Следующее
От: Tom Lane
Дата:
Сообщение: Re: modifying a TupleTableSlot