On 6/8/07, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> "Diego Sanchez R." <dmsanchezr@gmail.com> 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