Fix bogus documentation of json_object_agg().

It takes two arguments, not one.
This commit is contained in:
Tom Lane 2014-05-09 20:25:42 -04:00
parent 3d8c2b496f
commit 17e4082b63

View File

@ -12170,7 +12170,7 @@ NULL baz</literallayout>(3 rows)</entry>
<indexterm>
<primary>json_object_agg</primary>
</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>
<type>("any", "any")</type>