Re: array_agg and array_accum (patch)

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: array_agg and array_accum (patch)
Дата
Msg-id 491C50B2.10506@gmx.net
обсуждение исходный текст
Ответ на Re: array_agg and array_accum (patch)  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: array_agg and array_accum (patch)  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: array_agg and array_accum (patch)  ("Robert Haas" <robertmhaas@gmail.com>)
Список pgsql-hackers
Jeff Davis wrote:
> Here's an updated patch for just array_accum() with some simple docs.

I have committed a "best of Robert Haas and Jeff Davis" array_agg() 
function with standard SQL semantics.  I believe this gives the best 
consistency with other aggregate functions for the no-input-rows case. 
If some other behavior is wanted, it is a coalesce() away, as the 
documentation states.


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

Предыдущее
От: "Dmitry Koterov"
Дата:
Сообщение: Sometimes pg_dump generates dump which is not restorable
Следующее
От: Tom Lane
Дата:
Сообщение: Okay, DLLIMPORT is making me crazy