Tzahi Fadida <[EMAIL PROTECTED]> writes: > It still doesn't work. btw, I am using 8rc2.
Um. The "clean" way to do this is to use BlessTupleDesc and then heap_formtuple. That requires you to break down the original tuple into fields (see heap_deformtuple). Alternatively you could poke the datatype ID fields directly into the copied tuple. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match