Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 17e4082

Browse files
committed
Fix bogus documentation of json_object_agg().
It takes two arguments, not one.
1 parent 3d8c2b4 commit 17e4082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12170,7 +12170,7 @@ NULL baz</literallayout>(3 rows)</entry>
1217012170
<indexterm>
1217112171
<primary>json_object_agg</primary>
1217212172
</indexterm>
12173-
<function>json_object_agg(<replaceable class="parameter">expression</replaceable>)</function>
12173+
<function>json_object_agg(<replaceable class="parameter">name</replaceable>, <replaceable class="parameter">value</replaceable>)</function>
1217412174
</entry>
1217512175
<entry>
1217612176
<type>("any", "any")</type>

0 commit comments

Comments
 (0)