[HACKERS] [help] Is it possible to support remote COPY operation on PG?

2012-10-23 Thread Xiong He
Is it possible to copy some table data from remote client to the PG database server directly without upload the data file to the server side in advance? --- Thanks&Regards, Xiong He

[HACKERS] About the translation of po files into zh_CN (Simplified Chinese) in PG 9.2 release (branch)

2012-10-23 Thread Xiong He
the submitted translation? Thanks in advance. -- Thanks&Regards, Xiong He

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=?=" writes: > I just noticed that PG not support the f

[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) */ PG_GBK,

[HACKERS] Re: Re: [HACKERS] vcregress.bat check triggered Heap error in the Debugversionof win32 build

2010-04-24 Thread Xiong He
lddir="E:\learn\db_research\postgreSQL\cvsroot\pgsql.latests" And this command will trigger the error. Thanks in advance. The release version will not have such an issue. Xiong He 2010-04-24 16:34:14 发件人: Andrew Dunstan 发送时间: 2010-04-24 08:42:27 收件人: Xiong He 抄送: pgsql

[HACKERS] Re: Re: [HACKERS] vcregress.bat check triggered Heap error in the Debugversion of win32 build

2010-04-23 Thread Xiong He
Thanks. In my test, it fails during the vcregress.bat check startup. It's a Debug Assertion Error. File: dbgheap.c Line: 1252. E:\learn\db_research\postgreSQL\cvsroot\pgsql.latest\src\tools\msvc>vcregress.ba t check No test can run. I used VS2005 for the build. Xiong He 2010-04-