On Thursday, July 13, 2017, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> regression=# select * from fdc();
> fdc
> -------
> (1,2)
> (1 row)
>
>
Select (fdc).* from fdc(); is considerably more intuitive that the cast.
Does that give the expected multi-column result?
David J.