Re: BUG #1811: unique index problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1811: unique index problem
Дата
Msg-id 28715.1123515049@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1811: unique index problem  ("George Jansen" <gjansen@aflcio.org>)
Список pgsql-bugs
"George Jansen" <gjansen@aflcio.org> 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

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Cache lookup failed !!!
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1809: invalid pointer on pg_ctl reload