From: Tom Lane Date: Thu, 14 May 2015 18:59:00 +0000 (-0400) Subject: Docs: fix erroneous claim about max byte length of GB18030. X-Git-Tag: REL9_1_16~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66184871735051450a0b551e7af505f276736bff;p=thirdparty%2Fpostgresql.git Docs: fix erroneous claim about max byte length of GB18030. This encoding has characters up to 4 bytes long, not 2. --- diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index afdc8a3661d..83be675baee 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -694,7 +694,7 @@ SELECT a COLLATE "C" < b COLLATE "POSIX" FROM test1; National Standard Chinese No - 1-2 + 1-4