Re: ARRAY() returning NULL instead of ARRAY[] resp. {}

Поиск
Список
Период
Сортировка
От Markus Bertheau
Тема Re: ARRAY() returning NULL instead of ARRAY[] resp. {}
Дата
Msg-id 1116914546.7306.0.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: ARRAY() returning NULL instead of ARRAY[] resp. {}  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Dnia 24-05-2005, wto o godzinie 00:06 -0400, Tom Lane napisał(a):
> Joe Conway <mail@joeconway.com> writes:
> > Markus Bertheau wrote:
> >> why does SELECT ARRAY(SELECT 1 WHERE FALSE) return NULL instead of
> >> ARRAY[] resp. '{}'?
>
> > Why would you expect an empty array instead of a NULL?
>
> I think he's got a good point, actually.  We document the ARRAY-with-
> parens-around-a-SELECT syntax as
>
>     The resulting one-dimensional array will have an element for
>     each row in the subquery result, with an element type matching
>     that of the subquery's output column.
>
> To me, that implies that a subquery result of no rows generates a
> one-dimensional array of no elements, not a null array.
>
> The point Markus is complaining about seems like it should
> be easily fixable.

Great :) Is this a TODO?

--
Markus Bertheau <twanger@bluetwanger.de>

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

Предыдущее
От:
Дата:
Сообщение: Help: Function for splitting VARCHAR column and migrating its data to 2 new tables
Следующее
От: Achilleus Mantzios
Дата:
Сообщение: Re: ARRAY() returning NULL instead of ARRAY[] resp. {}