--- postgresql-7.2.1/src/interfaces/odbc/multibyte.h.org Wed Jun 5 19:51:20 2002 +++ postgresql-7.2.1/src/interfaces/odbc/multibyte.h Wed Jun 5 19:51:35 2002 @@ -28,6 +28,7 @@ #define SJIS 32 /* Shift JIS */ #define BIG5 33 /* Big5 */ #define WIN1250 34 /* windows-1250 */ +#define GB18030 35 /* GB18030 */ extern int multibyte_client_encoding; /* Multibyte client encoding. */ extern int multibyte_status; /* Multibyte charcter status. */