Re: Polymorphic arguments and composite types

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Polymorphic arguments and composite types
Дата
Msg-id 20071005102528.A9134@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Re: Polymorphic arguments and composite types  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: Polymorphic arguments and composite types  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
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>.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Polymorphic arguments and composite types
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: Not *quite* there on ecpg fixes