Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2a3f274

Browse files
committed
Further tidy up on json aggregate documentation
1 parent b2d145b commit 2a3f274

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/func.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12233,7 +12233,7 @@ NULL baz</literallayout>(3 rows)</entry>
1223312233
<function>json_agg(<replaceable class="parameter">expression</replaceable>)</function>
1223412234
</entry>
1223512235
<entry>
12236-
<type>expression</type>
12236+
<type>any</type>
1223712237
</entry>
1223812238
<entry>
1223912239
<type>json</type>
@@ -12249,7 +12249,7 @@ NULL baz</literallayout>(3 rows)</entry>
1224912249
<function>jsonb_agg(<replaceable class="parameter">expression</replaceable>)</function>
1225012250
</entry>
1225112251
<entry>
12252-
<type>expression</type>
12252+
<type>any</type>
1225312253
</entry>
1225412254
<entry>
1225512255
<type>jsonb</type>
@@ -12265,7 +12265,7 @@ NULL baz</literallayout>(3 rows)</entry>
1226512265
<function>json_object_agg(<replaceable class="parameter">name</replaceable>, <replaceable class="parameter">value</replaceable>)</function>
1226612266
</entry>
1226712267
<entry>
12268-
<type>("any", "any")</type>
12268+
<type>(any, any)</type>
1226912269
</entry>
1227012270
<entry>
1227112271
<type>json</type>
@@ -12281,7 +12281,7 @@ NULL baz</literallayout>(3 rows)</entry>
1228112281
<function>jsonb_object_agg(<replaceable class="parameter">name</replaceable>, <replaceable class="parameter">value</replaceable>)</function>
1228212282
</entry>
1228312283
<entry>
12284-
<type>("any", "any")</type>
12284+
<type>(any, any)</type>
1228512285
</entry>
1228612286
<entry>
1228712287
<type>jsonb</type>

0 commit comments

Comments
 (0)