projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
302bed0
)
Further tidy up on json aggregate documentation
author
Andrew Dunstan
Mon, 22 Dec 2014 23:31:25 +0000
(18:31 -0500)
committer
Andrew Dunstan
Mon, 22 Dec 2014 23:31:25 +0000
(18:31 -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 41b5c1bd1a3230612d14a18a784c8d3117c8be93..c9b1c5fd00b8e06be2e4c31a7a092e82c3a75009 100644
(file)
--- 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