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 @@ -11260,6 +11260,12 @@ table2-mapping
11260
11260
<type>jsonb</type>, but not for <type>json</type>. They follow the
11261
11261
ordering rules for B-tree operations outlined at <xref
11262
11262
linkend="json-indexing">.
11263
+ See also <xref linkend="functions-aggregate"> for the aggregate
11264
+ function <function>json_agg</function> which aggregates record
11265
+ values as JSON, the aggregate function
11266
+ <function>json_object_agg</function> which aggregates pairs of values
11267
+ into a JSON object, and their <type>jsonb</type> equivalents,
11268
+ <function>jsonb_agg</function> and <function>jsonb_object_agg</function>.
11263
11269
</para>
11264
11270
<para>
11265
11271
Some further operators also exist only for <type>jsonb</type>, as shown
@@ -12090,15 +12096,6 @@ table2-mapping
12090
12096
</para>
12091
12097
</note>
12092
12098
12093
- <para>
12094
- See also <xref linkend="functions-aggregate"> for the aggregate
12095
- function <function>json_agg</function> which aggregates record
12096
- values as JSON, and the aggregate function
12097
- <function>json_object_agg</function> which aggregates pairs of values
12098
- into a JSON object, and their <type>jsonb</type> equivalents,
12099
- <function>jsonb_agg</> and <function>jsonb_object_agg</>.
12100
- </para>
12101
-
12102
12099
</sect1>
12103
12100
12104
12101
<sect1 id="functions-sequence">
You can’t perform that action at this time.
0 commit comments