Re: Domains and arrays and composites, oh my

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Domains and arrays and composites, oh my
Date: 2017-07-13 19:36:30
Message-ID: CAKFQuwYohbi4-bAU=PwPR1m=U4vicy_hRDqbXPj7QyWd6+oKiA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-07-13 19:42:48 Re: Domains and arrays and composites, oh my
Previous Message David G. Johnston 2017-07-13 19:27:26 Re: CAST vs ::