Further tidy up on json aggregate documentation
authorAndrew Dunstan
Mon, 22 Dec 2014 23:30:46 +0000 (18:30 -0500)
committerAndrew Dunstan
Mon, 22 Dec 2014 23:30:46 +0000 (18:30 -0500)
doc/src/sgml/func.sgml

index c6c3bf80171bb95245d7d32ab1df8186607e384a..24c64b7187f2fa5f27612528608cb1eead714cff 100644 (file)
@@ -12233,7 +12233,7 @@ NULL baz(3 rows)
        json_agg(expression)
       
       
-       expression
+       any
       
       
        json
@@ -12249,7 +12249,7 @@ NULL baz(3 rows)
        jsonb_agg(expression)
       
       
-       expression
+       any
       
       
        jsonb
@@ -12265,7 +12265,7 @@ NULL baz(3 rows)
        json_object_agg(name, value)
       
       
-       ("any", "any")
+       (any, any)
       
       
        json
@@ -12281,7 +12281,7 @@ NULL baz(3 rows)
        jsonb_object_agg(name, value)
       
       
-       ("any", "any")
+       (any, any)
       
       
        jsonb