File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10486,7 +10486,9 @@ table2-mapping
10486
10486
<para>
10487
10487
See also <xref linkend="functions-aggregate"> about the aggregate
10488
10488
function <function>json_agg</function> which aggregates record
10489
- values as JSON efficiently.
10489
+ values as JSON efficiently, and the aggregate function
10490
+ <function>json_object_agg</function>, which aggregates pairs of values
10491
+ into a JSON object.
10490
10492
</para>
10491
10493
</sect1>
10492
10494
@@ -12077,6 +12079,7 @@ SELECT count(*) FROM sometable;
12077
12079
<para>
12078
12080
The aggregate functions <function>array_agg</function>,
12079
12081
<function>json_agg</function>,
12082
+ <function>json_object_agg</function>,
12080
12083
<function>string_agg</function>,
12081
12084
and <function>xmlagg</function>, as well as similar user-defined
12082
12085
aggregate functions, produce meaningfully different result values
You can’t perform that action at this time.
0 commit comments