Docs: fix erroneous claim about max byte length of GB18030.
authorTom Lane
Thu, 14 May 2015 18:59:00 +0000 (14:59 -0400)
committerTom Lane
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" < b COLLATE "POSIX" FROM test1;
          National Standard
          Chinese
          No
-         1-2
+         1-4