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
the submitted translation?
Thanks in advance.
--
Thanks&Regards,
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
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,
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
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-