Re: JSON_AGG produces extra square brakets

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: JSON_AGG produces extra square brakets
Дата
Msg-id 7035.1417545611@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: JSON_AGG produces extra square brakets  (Davide S <swept.along.by.events@gmail.com>)
Ответы Re: JSON_AGG produces extra square brakets  (Davide S <swept.along.by.events@gmail.com>)
Список pgsql-general
Davide S <swept.along.by.events@gmail.com> writes:
> This is a small testcase that reproduces the problem on my machine.

Ah, I see it: json_agg_finalfn is violating the rule that an aggregate
final function can't scribble on the aggregate state.  Will fix, thanks
for the report!

            regards, tom lane


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

Предыдущее
От: Davide S
Дата:
Сообщение: Re: JSON_AGG produces extra square brakets
Следующее
От: Nelson Green
Дата:
Сообщение: Re: Programmatic access to interval units