Re: [HACKERS] modifying a TupleTableSlot

2004-11-03 Thread Tom Lane
"Hicham G. Elmongui" <[EMAIL PROTECTED]> 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? I

[HACKERS] modifying a TupleTableSlot

2004-11-03 Thread Hicham G. Elmongui
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 th