Re: BUG #1996: DISTINCT fails with national character varying

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1996: DISTINCT fails with national character varying
Дата
Msg-id 8528.1130207618@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1996: DISTINCT fails with national character varying  ("Ludmil Tinkov" <ludmil@fyrex.com>)
Список pgsql-bugs
"Ludmil Tinkov" <ludmil@fyrex.com> writes:
> select distinct name from depression

> --the last statement returns only a single row
> --namely: Ана
> --it should return 4 rows!

This has been seen to happen when you select a database encoding that
does not match the encoding expected by the postmaster's LC_CTYPE locale
setting.  It's really a bug in the locale definitions, if you ask me,
but good luck getting the glibc guys to change those :-(.  In the
meantime, make sure your locale and encoding agree.

            regards, tom lane

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

Предыдущее
От: "Ludmil Tinkov"
Дата:
Сообщение: BUG #1996: DISTINCT fails with national character varying
Следующее
От: Klint Gore
Дата:
Сообщение: Re: BUG #1993: Adding/subtracting negative time intervals