From: Bruce Momjian Date: Mon, 17 Oct 2022 19:21:29 +0000 (-0400) Subject: doc: move the mention of aggregate JSON functions up in section X-Git-Tag: REL_10_23~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a495583a5b8aacb1b804ddcdf936e6d6c546050;p=thirdparty%2Fpostgresql.git doc: move the mention of aggregate JSON functions up in section It was previously easily overlooked at the end of several tables. Reported-by: Alex Denman Discussion: https://postgr.es/m/166335888474.659.16897487975376230364@wrigleys.postgresql.org Backpatch-through: 10 --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 4c7ff22d6be..cf3e6fd6608 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -11260,6 +11260,12 @@ table2-mapping jsonb, but not for json. They follow the ordering rules for B-tree operations outlined at . + See also for the aggregate + function json_agg which aggregates record + values as JSON, the aggregate function + json_object_agg which aggregates pairs of values + into a JSON object, and their jsonb equivalents, + jsonb_agg and jsonb_object_agg. Some further operators also exist only for jsonb, as shown @@ -12090,15 +12096,6 @@ table2-mapping - - See also for the aggregate - function json_agg which aggregates record - values as JSON, and the aggregate function - json_object_agg which aggregates pairs of values - into a JSON object, and their jsonb equivalents, - jsonb_agg and jsonb_object_agg. - -