Re: bug in string comparison

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: bug in string comparison
Дата
Msg-id 9613.1267234403@sss.pgh.pa.us
обсуждение исходный текст
Ответ на bug in string comparison  ("kopljan" <kopljan@beotel.net>)
Ответы Re: bug in string comparison  ("Kopljan Michael" <kopljan@beotel.net>)
Список pgsql-bugs
"kopljan" <kopljan@beotel.net> writes:
> Description: bug in string comparison

What this sounds like is you are using two different locale settings
in the 8.2 and 8.4 installations.  Postgres' string comparisons follow
whatever the rules of the locale are.  Try "show lc_collate" to see
what the setting is.

In 8.2 the locale is determined at initdb time, but in 8.4 you can
set it when creating a database.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "kopljan"
Дата:
Сообщение: bug in string comparison
Следующее
От: Administrator
Дата:
Сообщение: