From 2a3f2743f200dbcdd412a00ff69f30d3e34b662b Mon Sep 17 00:00:00 2001
From: Andrew Dunstan
Date: Mon, 22 Dec 2014 18:30:46 -0500
Subject: Further tidy up on json aggregate documentation
---
doc/src/sgml/func.sgml | 8 ++++----
1 file 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(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
--
cgit v1.2.3