From 2a4ee7bbcf8461a12a8477596e8b08349fe2e742 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Mon, 22 Dec 2014 18:31:25 -0500 Subject: [PATCH] Further tidy up on json aggregate documentation --- doc/src/sgml/func.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0