From 2013e5eef7e08d924237c03196b76a9edf43254a Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Wed, 29 Jan 2014 09:51:02 -0500 Subject: Remedy two small omissions in the new json functions docs. --- doc/src/sgml/func.sgml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 77dac084737..cd886ab71a7 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10486,7 +10486,9 @@ table2-mapping See also about the aggregate function json_agg which aggregates record - values as JSON efficiently. + values as JSON efficiently, and the aggregate function + json_object_agg, which aggregates pairs of values + into a JSON object. @@ -12077,6 +12079,7 @@ SELECT count(*) FROM sometable; The aggregate functions array_agg, json_agg, + json_object_agg, string_agg, and xmlagg, as well as similar user-defined aggregate functions, produce meaningfully different result values -- cgit v1.2.3