From: Tom Lane Date: Sat, 10 May 2014 00:25:42 +0000 (-0400) Subject: Fix bogus documentation of json_object_agg(). X-Git-Tag: REL9_4_BETA1~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17e4082b6312383075e397b4b2ae324c90716c5b;p=thirdparty%2Fpostgresql.git Fix bogus documentation of json_object_agg(). It takes two arguments, not one. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 8a10eb30cb2..d7e237e1cc7 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -12170,7 +12170,7 @@ NULL baz(3 rows) json_object_agg - json_object_agg(expression) + json_object_agg(name, value) ("any", "any")