mirror of
https://github.com/postgres/postgres.git
synced 2026-02-26 11:21:03 -05:00
Further tidy up on json aggregate documentation
This commit is contained in:
parent
302bed04b2
commit
2a4ee7bbcf
1 changed files with 2 additions and 2 deletions
|
|
@ -12163,7 +12163,7 @@ NULL baz</literallayout>(3 rows)</entry>
|
|||
<function>json_agg(<replaceable class="parameter">expression</replaceable>)</function>
|
||||
</entry>
|
||||
<entry>
|
||||
<type>expression</type>
|
||||
<type>any</type>
|
||||
</entry>
|
||||
<entry>
|
||||
<type>json</type>
|
||||
|
|
@ -12179,7 +12179,7 @@ NULL baz</literallayout>(3 rows)</entry>
|
|||
<function>json_object_agg(<replaceable class="parameter">name</replaceable>, <replaceable class="parameter">value</replaceable>)</function>
|
||||
</entry>
|
||||
<entry>
|
||||
<type>("any", "any")</type>
|
||||
<type>(any, any)</type>
|
||||
</entry>
|
||||
<entry>
|
||||
<type>json</type>
|
||||
|
|
|
|||
Loading…
Reference in a new issue