Search Postgresql Archives

Re: problem with thai language

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



<ttina@xxxxxxxxxxxxxxxxx> writes:
>     I use postgresql7.2 / redhat8 
> I try "select 'X1'='X2' ;" and X1=(D button) in thai language, =
> X2=(8 button) in thai language
>   result is true .This is wrong result!.

We've seen a lot of reports of bizarre behavior when you select a
database encoding that does not match the character set implied by
the locale setting you're using.  Apparently strcoll() on many platforms
goes nuts when handed input that is not legally encoded according to
what it thinks the character set is.

In short: check your locale and your encoding.

			regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@xxxxxxxxxxxxxx

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux