diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2014-12-22 18:30:46 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2014-12-22 18:30:46 -0500 |
commit | 2a3f2743f200dbcdd412a00ff69f30d3e34b662b (patch) | |
tree | b96f85b29e8b4c1a1fcd12a93a037ea925ceddda | |
parent | b2d145bff02e5f278649aca0e6fb6142ea2f298d (diff) | |
download | postgresql-2a3f2743f200dbcdd412a00ff69f30d3e34b662b.tar.gz postgresql-2a3f2743f200dbcdd412a00ff69f30d3e34b662b.zip |
Further tidy up on json aggregate documentation
-rw-r--r-- | doc/src/sgml/func.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index c6c3bf80171..24c64b7187f 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -12233,7 +12233,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> @@ -12249,7 +12249,7 @@ NULL baz</literallayout>(3 rows)</entry> <function>jsonb_agg(<replaceable class="parameter">expression</replaceable>)</function> </entry> <entry> - <type>expression</type> + <type>any</type> </entry> <entry> <type>jsonb</type> @@ -12265,7 +12265,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> @@ -12281,7 +12281,7 @@ NULL baz</literallayout>(3 rows)</entry> <function>jsonb_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>jsonb</type> |