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 @@ -11862,6 +11862,12 @@ table2-mapping
11862
11862
<type>jsonb</type>, but not for <type>json</type>. They follow the
11863
11863
ordering rules for B-tree operations outlined at <xref
11864
11864
linkend="json-indexing"/>.
11865
+ See also <xref linkend="functions-aggregate"/> for the aggregate
11866
+ function <function>json_agg</function> which aggregates record
11867
+ values as JSON, the aggregate function
11868
+ <function>json_object_agg</function> which aggregates pairs of values
11869
+ into a JSON object, and their <type>jsonb</type> equivalents,
11870
+ <function>jsonb_agg</function> and <function>jsonb_object_agg</function>.
11865
11871
</para>
11866
11872
<para>
11867
11873
Some further operators also exist only for <type>jsonb</type>, as shown
@@ -12860,15 +12866,6 @@ table2-mapping
12860
12866
</para>
12861
12867
</note>
12862
12868
12863
- <para>
12864
- See also <xref linkend="functions-aggregate"/> for the aggregate
12865
- function <function>json_agg</function> which aggregates record
12866
- values as JSON, and the aggregate function
12867
- <function>json_object_agg</function> which aggregates pairs of values
12868
- into a JSON object, and their <type>jsonb</type> equivalents,
12869
- <function>jsonb_agg</function> and <function>jsonb_object_agg</function>.
12870
- </para>
12871
-
12872
12869
</sect2>
12873
12870
12874
12871
<sect2 id="functions-sqljson-path">
You can’t perform that action at this time.
0 commit comments