On 6/8/07, Tom Lane <[EMAIL PROTECTED]> wrote:
"Diego Sanchez R." <[EMAIL PROTECTED]> writes:
> Is there any way of determining the actual structure of a record variable?
Not in plpgsql; even if the info were exposed, you couldn't do anything
very useful because that language is strongly typed.
Well, you could do lots of useful things via dynamic sql...
merlin
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match