Docs: fix erroneous claim about max byte length of GB18030.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 May 2015 18:59:00 +0000 (14:59 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 May 2015 18:59:00 +0000 (14:59 -0400)
This encoding has characters up to 4 bytes long, not 2.

doc/src/sgml/charset.sgml

index 1bbd2f4415bf643e8ed9fb23ed0dc6c308f92f28..f8c7ac3b1694cdad624c9926a365d8d2860c3d00 100644 (file)
@@ -694,7 +694,7 @@ SELECT a COLLATE "C" &lt; b COLLATE "POSIX" FROM test1;
          <entry>National Standard</entry>
          <entry>Chinese</entry>
          <entry>No</entry>
-         <entry>1-2</entry>
+         <entry>1-4</entry>
          <entry></entry>
         </row>
         <row>