diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2014-12-22 18:31:25 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2014-12-22 18:31:25 -0500 |
commit | 2a4ee7bbcf8461a12a8477596e8b08349fe2e742 (patch) | |
tree | be8f3f773c9233f4aa332c448595553acd327ed4 | |
parent | 302bed04b2e2c6074cccc3b63aa1962c5a4461dd (diff) |
Further tidy up on json aggregate documentation
-rw-r--r-- | doc/src/sgml/func.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 41b5c1bd1a3..c9b1c5fd00b 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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> |