mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	Further tidy up on json aggregate documentation
This commit is contained in:
		
							parent
							
								
									b2d145bff0
								
							
						
					
					
						commit
						2a3f2743f2
					
				| @ -12233,7 +12233,7 @@ NULL baz</literallayout>(3 rows)</entry> | ||||
|        <function>json_agg(<replaceable class="parameter">expression</replaceable>)</function> | ||||
|       </entry> | ||||
|       <entry> | ||||
|        <type>expression</type> | ||||
|        <type>any</type> | ||||
|       </entry> | ||||
|       <entry> | ||||
|        <type>json</type> | ||||
| @ -12249,7 +12249,7 @@ NULL baz</literallayout>(3 rows)</entry> | ||||
|        <function>jsonb_agg(<replaceable class="parameter">expression</replaceable>)</function> | ||||
|       </entry> | ||||
|       <entry> | ||||
|        <type>expression</type> | ||||
|        <type>any</type> | ||||
|       </entry> | ||||
|       <entry> | ||||
|        <type>jsonb</type> | ||||
| @ -12265,7 +12265,7 @@ NULL baz</literallayout>(3 rows)</entry> | ||||
|        <function>json_object_agg(<replaceable class="parameter">name</replaceable>, <replaceable class="parameter">value</replaceable>)</function> | ||||
|       </entry> | ||||
|       <entry> | ||||
|        <type>("any", "any")</type> | ||||
|        <type>(any, any)</type> | ||||
|       </entry> | ||||
|       <entry> | ||||
|        <type>json</type> | ||||
| @ -12281,7 +12281,7 @@ NULL baz</literallayout>(3 rows)</entry> | ||||
|        <function>jsonb_object_agg(<replaceable class="parameter">name</replaceable>, <replaceable class="parameter">value</replaceable>)</function> | ||||
|       </entry> | ||||
|       <entry> | ||||
|        <type>("any", "any")</type> | ||||
|        <type>(any, any)</type> | ||||
|       </entry> | ||||
|       <entry> | ||||
|        <type>jsonb</type> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user