Re: Review: listagg aggregate - Mailing list pgsql-hackers

From Thom Brown
Subject Re: Review: listagg aggregate
Date
Msg-id bddc86151002010411j3e5cf7e9y848a0b69d3fdc46b@mail.gmail.com
Whole thread Raw
In response to Re: Review: listagg aggregate  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: Review: listagg aggregate
List 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 by date:

Previous
From: Leonardo F
Date:
Subject: Re: About "Our CLUSTER implementation is pessimal" patch
Next
From: "IP"
Date:
Subject: Allow parentheses around the query expression that follows a WITH clause