File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10486,7 +10486,9 @@ table2-mapping
1048610486 <para>
1048710487 See also <xref linkend="functions-aggregate"> about the aggregate
1048810488 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.
1049010492 </para>
1049110493 </sect1>
1049210494
@@ -12077,6 +12079,7 @@ SELECT count(*) FROM sometable;
1207712079 <para>
1207812080 The aggregate functions <function>array_agg</function>,
1207912081 <function>json_agg</function>,
12082+ <function>json_object_agg</function>,
1208012083 <function>string_agg</function>,
1208112084 and <function>xmlagg</function>, as well as similar user-defined
1208212085 aggregate functions, produce meaningfully different result values
You can’t perform that action at this time.
0 commit comments