Commit 17e4082b authored by Tom Lane's avatar Tom Lane

Fix bogus documentation of json_object_agg().

It takes two arguments, not one.
parent 3d8c2b49
...@@ -12170,7 +12170,7 @@ NULL baz</literallayout>(3 rows)</entry> ...@@ -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>
......
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