--- postgresql-7.2.1/src/include/mb/pg_wchar.h.org Mon May 27 20:07:58 2002 +++ postgresql-7.2.1/src/include/mb/pg_wchar.h Mon May 27 20:08:59 2002 @@ -182,6 +182,7 @@ /* followings are for client encoding only */ PG_SJIS, /* Shift JIS */ PG_BIG5, /* Big5 */ + PG_GB18030, /* GB18030 */ PG_WIN1250, /* windows-1250 */ _PG_LAST_ENCODING_ /* mark only */