Re: [HACKERS] Domains and arrays and composites, oh my - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: [HACKERS] Domains and arrays and composites, oh my
Date
Msg-id CAKFQuwYohbi4-bAU=PwPR1m=U4vicy_hRDqbXPj7QyWd6+oKiA@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Domains and arrays and composites, oh my  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] Domains and arrays and composites, oh my
List pgsql-hackers
On Thursday, July 13, 2017, Tom Lane <tgl@sss.pgh.pa.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. 

pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: [HACKERS] CAST vs ::
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Domains and arrays and composites, oh my