File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -15149,6 +15149,12 @@ table2-mapping
1514915149 <type>jsonb</type>, though not for <type>json</type>. The comparison
1515015150 operators follow the ordering rules for B-tree operations outlined in
1515115151 <xref linkend="json-indexing"/>.
15152+ See also <xref linkend="functions-aggregate"/> for the aggregate
15153+ function <function>json_agg</function> which aggregates record
15154+ values as JSON, the aggregate function
15155+ <function>json_object_agg</function> which aggregates pairs of values
15156+ into a JSON object, and their <type>jsonb</type> equivalents,
15157+ <function>jsonb_agg</function> and <function>jsonb_object_agg</function>.
1515215158 </para>
1515315159
1515415160 <table id="functions-json-op-table">
@@ -16604,15 +16610,6 @@ table2-mapping
1660416610 </tbody>
1660516611 </tgroup>
1660616612 </table>
16607-
16608- <para>
16609- See also <xref linkend="functions-aggregate"/> for the aggregate
16610- function <function>json_agg</function> which aggregates record
16611- values as JSON, the aggregate function
16612- <function>json_object_agg</function> which aggregates pairs of values
16613- into a JSON object, and their <type>jsonb</type> equivalents,
16614- <function>jsonb_agg</function> and <function>jsonb_object_agg</function>.
16615- </para>
1661616613 </sect2>
1661716614
1661816615 <sect2 id="functions-sqljson-path">
You can’t perform that action at this time.
0 commit comments