pgsql: Fix documentation of argument type of json_agg and jsonb_agg

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix documentation of argument type of json_agg and jsonb_agg
Date: 2014-12-22 19:22:11
Message-ID: E1Y38YV-0005oC-C4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/302bed04b2e2c6074cccc3b63aa1962c5a4461dd

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2014-12-22 19:22:34 pgsql: Fix documentation of argument type of json_agg and jsonb_agg
Previous Message Andrew Dunstan 2014-12-22 19:21:56 pgsql: Fix documentation of argument type of json_agg and jsonb_agg