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 @@ -14728,6 +14728,12 @@ table2-mapping
14728
14728
<type>jsonb</type>, though not for <type>json</type>. The comparison
14729
14729
operators follow the ordering rules for B-tree operations outlined in
14730
14730
<xref linkend="json-indexing"/>.
14731
+ See also <xref linkend="functions-aggregate"/> for the aggregate
14732
+ function <function>json_agg</function> which aggregates record
14733
+ values as JSON, the aggregate function
14734
+ <function>json_object_agg</function> which aggregates pairs of values
14735
+ into a JSON object, and their <type>jsonb</type> equivalents,
14736
+ <function>jsonb_agg</function> and <function>jsonb_object_agg</function>.
14731
14737
</para>
14732
14738
14733
14739
<table id="functions-json-op-table">
@@ -16183,15 +16189,6 @@ table2-mapping
16183
16189
</tbody>
16184
16190
</tgroup>
16185
16191
</table>
16186
-
16187
- <para>
16188
- See also <xref linkend="functions-aggregate"/> for the aggregate
16189
- function <function>json_agg</function> which aggregates record
16190
- values as JSON, the aggregate function
16191
- <function>json_object_agg</function> which aggregates pairs of values
16192
- into a JSON object, and their <type>jsonb</type> equivalents,
16193
- <function>jsonb_agg</function> and <function>jsonb_object_agg</function>.
16194
- </para>
16195
16192
</sect2>
16196
16193
16197
16194
<sect2 id="functions-sqljson-path">
You can’t perform that action at this time.
0 commit comments