File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12233,7 +12233,7 @@ NULL baz</literallayout>(3 rows)</entry>
12233
12233
<function>json_agg(<replaceable class="parameter">expression</replaceable>)</function>
12234
12234
</entry>
12235
12235
<entry>
12236
- <type>expression </type>
12236
+ <type>any </type>
12237
12237
</entry>
12238
12238
<entry>
12239
12239
<type>json</type>
@@ -12249,7 +12249,7 @@ NULL baz</literallayout>(3 rows)</entry>
12249
12249
<function>jsonb_agg(<replaceable class="parameter">expression</replaceable>)</function>
12250
12250
</entry>
12251
12251
<entry>
12252
- <type>expression </type>
12252
+ <type>any </type>
12253
12253
</entry>
12254
12254
<entry>
12255
12255
<type>jsonb</type>
@@ -12265,7 +12265,7 @@ NULL baz</literallayout>(3 rows)</entry>
12265
12265
<function>json_object_agg(<replaceable class="parameter">name</replaceable>, <replaceable class="parameter">value</replaceable>)</function>
12266
12266
</entry>
12267
12267
<entry>
12268
- <type>(" any", " any" )</type>
12268
+ <type>(any, any)</type>
12269
12269
</entry>
12270
12270
<entry>
12271
12271
<type>json</type>
@@ -12281,7 +12281,7 @@ NULL baz</literallayout>(3 rows)</entry>
12281
12281
<function>jsonb_object_agg(<replaceable class="parameter">name</replaceable>, <replaceable class="parameter">value</replaceable>)</function>
12282
12282
</entry>
12283
12283
<entry>
12284
- <type>(" any", " any" )</type>
12284
+ <type>(any, any)</type>
12285
12285
</entry>
12286
12286
<entry>
12287
12287
<type>jsonb</type>
You can’t perform that action at this time.
0 commit comments