"George Jansen" <[EMAIL PROTECTED]> writes:
> [ inconsistent comparison behavior ]
> Both old and new databases use SQL_ASCII. Is this a bug?

I think it's probably a locale problem; did you initdb the database in C
locale?  (Check SHOW LC_COLLATE and SHOW LC_CTYPE to be sure.)  Usually
we see this sort of thing when the locale is expecting characters in a
different encoding than what's actually being stored.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to