Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9f49b15

Browse files
committed
doc: move the mention of aggregate JSON functions up in section
It was previously easily overlooked at the end of several tables.Reported-by: Alex DenmanDiscussion:https://postgr.es/m/166335888474.659.16897487975376230364@wrigleys.postgresql.orgBackpatch-through: 10
1 parentbed9bb9 commit9f49b15

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14543,6 +14543,12 @@ table2-mapping
1454314543
<type>jsonb</type>, though not for <type>json</type>. The comparison
1454414544
operators follow the ordering rules for B-tree operations outlined in
1454514545
<xref linkend="json-indexing"/>.
14546+
See also <xref linkend="functions-aggregate"/> for the aggregate
14547+
function <function>json_agg</function> which aggregates record
14548+
values as JSON, the aggregate function
14549+
<function>json_object_agg</function> which aggregates pairs of values
14550+
into a JSON object, and their <type>jsonb</type> equivalents,
14551+
<function>jsonb_agg</function> and <function>jsonb_object_agg</function>.
1454614552
</para>
1454714553

1454814554
<table id="functions-json-op-table">
@@ -15998,15 +16004,6 @@ table2-mapping
1599816004
</tbody>
1599916005
</tgroup>
1600016006
</table>
16001-
16002-
<para>
16003-
See also <xref linkend="functions-aggregate"/> for the aggregate
16004-
function <function>json_agg</function> which aggregates record
16005-
values as JSON, the aggregate function
16006-
<function>json_object_agg</function> which aggregates pairs of values
16007-
into a JSON object, and their <type>jsonb</type> equivalents,
16008-
<function>jsonb_agg</function> and <function>jsonb_object_agg</function>.
16009-
</para>
1601016007
</sect2>
1601116008

1601216009
<sect2 id="functions-sqljson-path">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp