projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2d145b
)
Further tidy up on json aggregate documentation
author
Andrew Dunstan
Mon, 22 Dec 2014 23:30:46 +0000
(18:30 -0500)
committer
Andrew Dunstan
Mon, 22 Dec 2014 23:30:46 +0000
(18:30 -0500)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index c6c3bf80171bb95245d7d32ab1df8186607e384a..24c64b7187f2fa5f27612528608cb1eead714cff 100644
(file)
--- 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