Commit 2a3f2743 authored by Andrew Dunstan's avatar Andrew Dunstan

Further tidy up on json aggregate documentation

parent b2d145bf
...@@ -12233,7 +12233,7 @@ NULL baz</literallayout>(3 rows)</entry> ...@@ -12233,7 +12233,7 @@ NULL baz</literallayout>(3 rows)</entry>
<function>json_agg(<replaceable class="parameter">expression</replaceable>)</function> <function>json_agg(<replaceable class="parameter">expression</replaceable>)</function>
</entry> </entry>
<entry> <entry>
<type>expression</type> <type>any</type>
</entry> </entry>
<entry> <entry>
<type>json</type> <type>json</type>
...@@ -12249,7 +12249,7 @@ NULL baz</literallayout>(3 rows)</entry> ...@@ -12249,7 +12249,7 @@ NULL baz</literallayout>(3 rows)</entry>
<function>jsonb_agg(<replaceable class="parameter">expression</replaceable>)</function> <function>jsonb_agg(<replaceable class="parameter">expression</replaceable>)</function>
</entry> </entry>
<entry> <entry>
<type>expression</type> <type>any</type>
</entry> </entry>
<entry> <entry>
<type>jsonb</type> <type>jsonb</type>
...@@ -12265,7 +12265,7 @@ NULL baz</literallayout>(3 rows)</entry> ...@@ -12265,7 +12265,7 @@ NULL baz</literallayout>(3 rows)</entry>
<function>json_object_agg(<replaceable class="parameter">name</replaceable>, <replaceable class="parameter">value</replaceable>)</function> <function>json_object_agg(<replaceable class="parameter">name</replaceable>, <replaceable class="parameter">value</replaceable>)</function>
</entry> </entry>
<entry> <entry>
<type>("any", "any")</type> <type>(any, any)</type>
</entry> </entry>
<entry> <entry>
<type>json</type> <type>json</type>
...@@ -12281,7 +12281,7 @@ NULL baz</literallayout>(3 rows)</entry> ...@@ -12281,7 +12281,7 @@ NULL baz</literallayout>(3 rows)</entry>
<function>jsonb_object_agg(<replaceable class="parameter">name</replaceable>, <replaceable class="parameter">value</replaceable>)</function> <function>jsonb_object_agg(<replaceable class="parameter">name</replaceable>, <replaceable class="parameter">value</replaceable>)</function>
</entry> </entry>
<entry> <entry>
<type>("any", "any")</type> <type>(any, any)</type>
</entry> </entry>
<entry> <entry>
<type>jsonb</type> <type>jsonb</type>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment