Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2013e5e

Browse files
committed
Remedy two small omissions in the new json functions docs.
1 parent991659d commit2013e5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 4 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp