Skip to content
Snippets Groups Projects
Commit 2013e5ee authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

Remedy two small omissions in the new json functions docs.

parent 991659dc
No related branches found
No related tags found
No related merge requests found
...@@ -10486,7 +10486,9 @@ table2-mapping ...@@ -10486,7 +10486,9 @@ table2-mapping
<para> <para>
See also <xref linkend="functions-aggregate"> about the aggregate See also <xref linkend="functions-aggregate"> about the aggregate
function <function>json_agg</function> which aggregates record 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> </para>
</sect1> </sect1>
   
...@@ -12077,6 +12079,7 @@ SELECT count(*) FROM sometable; ...@@ -12077,6 +12079,7 @@ SELECT count(*) FROM sometable;
<para> <para>
The aggregate functions <function>array_agg</function>, The aggregate functions <function>array_agg</function>,
<function>json_agg</function>, <function>json_agg</function>,
<function>json_object_agg</function>,
<function>string_agg</function>, <function>string_agg</function>,
and <function>xmlagg</function>, as well as similar user-defined and <function>xmlagg</function>, as well as similar user-defined
aggregate functions, produce meaningfully different result values aggregate functions, produce meaningfully different result values
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment