File tree 1 file changed +6
-9
lines changed
1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -15149,6 +15149,12 @@ table2-mapping
15149
15149
<type>jsonb</type>, though not for <type>json</type>. The comparison
15150
15150
operators follow the ordering rules for B-tree operations outlined in
15151
15151
<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>.
15152
15158
</para>
15153
15159
15154
15160
<table id="functions-json-op-table">
@@ -16604,15 +16610,6 @@ table2-mapping
16604
16610
</tbody>
16605
16611
</tgroup>
16606
16612
</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>
16616
16613
</sect2>
16617
16614
16618
16615
<sect2 id="functions-sqljson-path">
You can’t perform that action at this time.
0 commit comments