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 @@ -11403,6 +11403,12 @@ table2-mapping
11403
11403
<type>jsonb</type>, but not for <type>json</type>. They follow the
11404
11404
ordering rules for B-tree operations outlined at <xref
11405
11405
linkend="json-indexing"/>.
11406
+ See also <xref linkend="functions-aggregate"/> for the aggregate
11407
+ function <function>json_agg</function> which aggregates record
11408
+ values as JSON, the aggregate function
11409
+ <function>json_object_agg</function> which aggregates pairs of values
11410
+ into a JSON object, and their <type>jsonb</type> equivalents,
11411
+ <function>jsonb_agg</function> and <function>jsonb_object_agg</function>.
11406
11412
</para>
11407
11413
<para>
11408
11414
Some further operators also exist only for <type>jsonb</type>, as shown
@@ -12233,15 +12239,6 @@ table2-mapping
12233
12239
</para>
12234
12240
</note>
12235
12241
12236
- <para>
12237
- See also <xref linkend="functions-aggregate"/> for the aggregate
12238
- function <function>json_agg</function> which aggregates record
12239
- values as JSON, and the aggregate function
12240
- <function>json_object_agg</function> which aggregates pairs of values
12241
- into a JSON object, and their <type>jsonb</type> equivalents,
12242
- <function>jsonb_agg</function> and <function>jsonb_object_agg</function>.
12243
- </para>
12244
-
12245
12242
</sect1>
12246
12243
12247
12244
<sect1 id="functions-sequence">
You can’t perform that action at this time.
0 commit comments