mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Docs: fix erroneous claim about max byte length of GB18030.
This encoding has characters up to 4 bytes long, not 2.
This commit is contained in:
		@@ -694,7 +694,7 @@ SELECT a COLLATE "C" < b COLLATE "POSIX" FROM test1;
 | 
				
			|||||||
         <entry>National Standard</entry>
 | 
					         <entry>National Standard</entry>
 | 
				
			||||||
         <entry>Chinese</entry>
 | 
					         <entry>Chinese</entry>
 | 
				
			||||||
         <entry>No</entry>
 | 
					         <entry>No</entry>
 | 
				
			||||||
         <entry>1-2</entry>
 | 
					         <entry>1-4</entry>
 | 
				
			||||||
         <entry></entry>
 | 
					         <entry></entry>
 | 
				
			||||||
        </row>
 | 
					        </row>
 | 
				
			||||||
        <row>
 | 
					        <row>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user