Tzahi Fadida <tzahi_ml@myrealbox.com> 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