pgsql: Fix documentation of argument type of json_agg and jsonb_agg

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Fix documentation of argument type of json_agg and jsonb_agg
Дата
Msg-id E1Y38Ys-0005ob-6Y@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Fix documentation of argument type of json_agg and jsonb_agg  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Fix documentation of argument type of json_agg and jsonb_agg

json_agg was originally designed to aggregate records. However, it soon
became clear that it is useful for aggregating all kinds of values and
that's what we have on 9.3 and 9.4, and in head for it and jsonb_agg.
The documentation suggested otherwise, so this fixes it.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b2d145bff02e5f278649aca0e6fb6142ea2f298d

Modified Files
--------------
doc/src/sgml/func.sgml |   12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Fix documentation of argument type of json_agg and jsonb_agg
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix documentation of argument type of json_agg and jsonb_agg