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 E1Y38YG-0005nU-GI@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL9_3_STABLE

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

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


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Move rbtree.c from src/backend/utils/misc to src/backend/lib.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Fix documentation of argument type of json_agg and jsonb_agg