| From: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Cc: | t-ishii(at)sra(dot)co(dot)jp |
| Subject: | problem with MB ? 6.5.3 under freebsd-elf |
| Date: | 1999-11-14 20:40:06 |
| Message-ID: | Pine.GSO.3.96.SK.991114232654.3910y-100000@ra |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
today I found a problem with MB on freebsd-elf running 6.5.3 -
I have compiled 6.5.3 with --enable-locale --with-mb=KOI8
and in psql I tried set client_encoding to 'WIN'
but result of simple query looks like 8-bit was stripped.
The same query works as expected under Linux.
Also, when I tried
select * from t1 where a ~* 'Р';
I got:
ERROR: Can't find right op '~*' for type 25
I'm outside of city and has access only to b/w terminal
without cut'n paste support ( old 286 + dialup ) and I can't
provide more information. Will do this tomorrow.
Oleg
PS. The same weird thing happens even if I
set client_encoding to 'KOI8' - native encoding !
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83
| From | Date | Subject | |
|---|---|---|---|
| Next Message | The Hermit Hacker | 1999-11-14 23:13:27 | Looks like hell, but ... |
| Previous Message | Mike Mascari | 1999-11-14 19:24:20 | Postmaster dies with FATAL 1: ReleaseLruFile: No opened files - no one can be closed |