On Fri, 5 Oct 2007, Simon Riggs wrote:
> Because we already do exactly that here:
>
> select 1, (select col2 from c), 3;
>
> The inner select returns a ROW, yet we treat it as a single column
> value.
The inner select does not return a row. It's not a <row subquery>, it's a
<scalar subquery>.
In response to
Responses
pgsql-hackers by date
| Next: | From: Michael Meskes | Date: 2007-10-05 17:41:44 |
| Subject: Re: Not *quite* there on ecpg fixes |
| Previous: | From: Tom Lane | Date: 2007-10-05 17:18:54 |
| Subject: Re: Polymorphic arguments and composite types |