[HACKERS] How to extend server side encoding GBK

2012-07-02 Thread Xiong He
I just noticed that PG not support the following encoding: /* followings are for client encoding only */ PG_SJIS,/* Shift JIS (Winindows-932) */ PG_BIG5,/* Big5 (Windows-950) */

Re: [HACKERS] How to extend server side encoding GBK

2012-07-02 Thread Tom Lane
=?ISO-8859-1?B?WGlvbmcgSGU=?= iih...@qq.com writes: I just noticed that PG not support the following encoding: /* followings are for client encoding only */ PG_SJIS,/* Shift JIS (Winindows-932) */ PG_BIG5,

Re: [HACKERS] How to extend server side encoding GBK

2012-07-02 Thread Xiong He
Thanks. UTF8 is good enough although it needs conversion between client GBK and server side UTF8. I didn't notice that there are high risk to introduce GBK and similar other kind of charsets into server side. =?ISO-8859-1?B?WGlvbmcgSGU=?= iih...@qq.com writes: I just noticed that PG not