Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2013e5e

Browse files
committed
Remedy two small omissions in the new json functions docs.
1 parent 991659d commit 2013e5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/src/sgml/func.sgml

+4-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)