Re: [BUGS] Server broken down in covering GB18030

2005-08-13 Thread Tom Lane
Bruce Momjian writes: > Has this been fixed already? No. My suggestion of using bind_textdomain_codeset() might fix it, but I'm not sufficiently familiar with the NLS code to want to try to install that myself. regards, tom lane ---(end of broadc

Re: [BUGS] Server broken down in covering GB18030

2005-08-12 Thread Bruce Momjian
Has this been fixed already? --- Qingqing Zhou wrote: > > My theory is "select;" incurs a parse error and this error message is > supposed to be translated into your encoding, but unfortunately not every > UTF8 character is

Re: [BUGS] Server broken down in covering GB18030

2005-08-04 Thread Qingqing Zhou
My theory is "select;" incurs a parse error and this error message is supposed to be translated into your encoding, but unfortunately not every UTF8 character is necessarily be encoded as GB18030, which will cause an infinite recursive elogs just like this: 1:elog(parse_error)// contain u

[BUGS] Server broken down in covering GB18030

2005-07-29 Thread 杨邕
Encoding in UTF-8 Bug: C:\PostgreSQL>ver Microsoft Windows [版本 5.2.3790] C:\PostgreSQL>mkdir data C:\PostgreSQL>bin\initdb -D data C:\PostgreSQL>bin\postmaster -D data C:\PostgreSQL\bin>psql -d template1 template1=# select version(); PostgreSQL 8.0.3 on i686-pc-mingw32, compiled by GCC gcc.exe (GCC