mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Remove mention of nchar
This datatype is purposefully not documented. Erik Wienhold <ewie@ewie.name> Discussion: https://postgr.es/m/om3g7p7u3ztlrdp4tfswgulavljgn2fe6u2agk34mrr65dffuu@cpzlzuv6flko
This commit is contained in:
		@@ -15729,7 +15729,7 @@ table2-mapping
 | 
			
		||||
   Some functions in this table have a <literal>RETURNING</literal> clause,
 | 
			
		||||
   which specifies the data type returned.  It must be one of <type>json</type>,
 | 
			
		||||
   <type>jsonb</type>, <type>bytea</type>, a character string type (<type>text</type>,
 | 
			
		||||
   <type>char</type>, <type>varchar</type>, or <type>nchar</type>), or a type
 | 
			
		||||
   <type>char</type>, or <type>varchar</type>), or a type
 | 
			
		||||
   for which there is a cast from <type>json</type> to that type.
 | 
			
		||||
   By default, the <type>json</type> type is returned.
 | 
			
		||||
  </para>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user