"Merlin Moncure" <mmoncure(at)gmail(dot)com> writes:> In a backend C function, is there any way to get the type (Probably> via TupleDesc) of a passed in composite type?
Sure. The canonical example is record_out().
regards, tom lane