Remedy two small omissions in the new json functions docs.
authorAndrew Dunstan
Wed, 29 Jan 2014 14:51:02 +0000 (09:51 -0500)
committerAndrew Dunstan
Wed, 29 Jan 2014 14:51:02 +0000 (09:51 -0500)
doc/src/sgml/func.sgml

index 77dac0847376f85bf8588a932055aa205b24b904..cd886ab71a74a906169f4f673436bc22c46e8cec 100644 (file)
@@ -10486,7 +10486,9 @@ table2-mapping
   
     See also  about the aggregate
     function json_agg which aggregates record
-    values as JSON efficiently.
+    values as JSON efficiently, and the aggregate function
+    json_object_agg, which aggregates pairs of values
+    into a JSON object.
   
  
 
@@ -12077,6 +12079,7 @@ SELECT count(*) FROM sometable;
   
    The aggregate functions array_agg,
    json_agg,
+   json_object_agg,
    string_agg,
    and xmlagg, as well as similar user-defined
    aggregate functions, produce meaningfully different result values