Re: Review: listagg aggregate

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: Review: listagg aggregate
Дата
Msg-id bddc86151002010411j3e5cf7e9y848a0b69d3fdc46b@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Review: listagg aggregate  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Review: listagg aggregate
Список pgsql-hackers
I noticed that the regression test results don't include the following case:<br /><br />select string_agg(a) from
(values(null),(null))g(a);<br /><br /> There is one similar where a delimiter is provided.<br /><br /> Which leads me
toask for clarification, would it be safe to assume that string_agg can never itself return null?<br /><br /> Thom<br
/><br/> 

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

Предыдущее
От: Leonardo F
Дата:
Сообщение: Re: About "Our CLUSTER implementation is pessimal" patch
Следующее
От: "IP"
Дата:
Сообщение: Allow parentheses around the query expression that follows a WITH clause