From: Andrew Dunstan Date: Mon, 22 Dec 2014 23:31:25 +0000 (-0500) Subject: Further tidy up on json aggregate documentation X-Git-Tag: REL9_4_1~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a4ee7bbcf8461a12a8477596e8b08349fe2e742;p=postgresql Further tidy up on json aggregate documentation --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 41b5c1bd1a..c9b1c5fd00 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -12163,7 +12163,7 @@ NULL baz(3 rows) json_agg(expression) - expression + any json @@ -12179,7 +12179,7 @@ NULL baz(3 rows) json_object_agg(name, value) - ("any", "any") + (any, any) json