diff options
-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> |