mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Fix bogus documentation of json_object_agg().
It takes two arguments, not one.
This commit is contained in:
@ -12170,7 +12170,7 @@ NULL baz</literallayout>(3 rows)</entry>
|
|||||||
<indexterm>
|
<indexterm>
|
||||||
<primary>json_object_agg</primary>
|
<primary>json_object_agg</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
<function>json_object_agg(<replaceable class="parameter">expression</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>
|
||||||
|
Reference in New Issue
Block a user