]> granicus.if.org Git - postgresql/commitdiff
Further tidy up on json aggregate documentation
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 22 Dec 2014 23:31:25 +0000 (18:31 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 22 Dec 2014 23:31:25 +0000 (18:31 -0500)
doc/src/sgml/func.sgml

index 41b5c1bd1a3230612d14a18a784c8d3117c8be93..c9b1c5fd00b8e06be2e4c31a7a092e82c3a75009 100644 (file)
@@ -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>