mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Remedy two small omissions in the new json functions docs.
This commit is contained in:
parent
991659dcd7
commit
2013e5eef7
@ -10486,7 +10486,9 @@ table2-mapping
|
||||
<para>
|
||||
See also <xref linkend="functions-aggregate"> about the aggregate
|
||||
function <function>json_agg</function> which aggregates record
|
||||
values as JSON efficiently.
|
||||
values as JSON efficiently, and the aggregate function
|
||||
<function>json_object_agg</function>, which aggregates pairs of values
|
||||
into a JSON object.
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
@ -12077,6 +12079,7 @@ SELECT count(*) FROM sometable;
|
||||
<para>
|
||||
The aggregate functions <function>array_agg</function>,
|
||||
<function>json_agg</function>,
|
||||
<function>json_object_agg</function>,
|
||||
<function>string_agg</function>,
|
||||
and <function>xmlagg</function>, as well as similar user-defined
|
||||
aggregate functions, produce meaningfully different result values
|
||||
|
Loading…
x
Reference in New Issue
Block a user