mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-29 22:49:41 +03:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -14543,6 +14543,12 @@ table2-mapping | |||||||
|    <type>jsonb</type>, though not for <type>json</type>.  The comparison |    <type>jsonb</type>, though not for <type>json</type>.  The comparison | ||||||
|    operators follow the ordering rules for B-tree operations outlined in |    operators follow the ordering rules for B-tree operations outlined in | ||||||
|    <xref linkend="json-indexing"/>. |    <xref linkend="json-indexing"/>. | ||||||
|  |    See also <xref linkend="functions-aggregate"/> for the aggregate | ||||||
|  |    function <function>json_agg</function> which aggregates record | ||||||
|  |    values as JSON, the aggregate function | ||||||
|  |    <function>json_object_agg</function> which aggregates pairs of values | ||||||
|  |    into a JSON object, and their <type>jsonb</type> equivalents, | ||||||
|  |    <function>jsonb_agg</function> and <function>jsonb_object_agg</function>. | ||||||
|   </para> |   </para> | ||||||
|  |  | ||||||
|   <table id="functions-json-op-table"> |   <table id="functions-json-op-table"> | ||||||
| @@ -15998,15 +16004,6 @@ table2-mapping | |||||||
|      </tbody> |      </tbody> | ||||||
|     </tgroup> |     </tgroup> | ||||||
|    </table> |    </table> | ||||||
|  |  | ||||||
|   <para> |  | ||||||
|     See also <xref linkend="functions-aggregate"/> for the aggregate |  | ||||||
|     function <function>json_agg</function> which aggregates record |  | ||||||
|     values as JSON, the aggregate function |  | ||||||
|     <function>json_object_agg</function> which aggregates pairs of values |  | ||||||
|     into a JSON object, and their <type>jsonb</type> equivalents, |  | ||||||
|     <function>jsonb_agg</function> and <function>jsonb_object_agg</function>. |  | ||||||
|   </para> |  | ||||||
|  </sect2> |  </sect2> | ||||||
|  |  | ||||||
|  <sect2 id="functions-sqljson-path"> |  <sect2 id="functions-sqljson-path"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user