Re: BUG #1046: UNIQUE INDEX BUG

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1046: UNIQUE INDEX BUG
Дата
Msg-id 9853.1073753619@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1046: UNIQUE INDEX BUG  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Список pgsql-bugs
"PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes:
> then when inserting values it says á = é = í = ó = ú
> (confuses different acuted vowels as if they were the same thing)

Sounds to me like you have selected the wrong character set (encoding)
or wrong locale when installing the database.  If Postgres thinks those
strings are equal, it is because the strcoll() library routine says so.
You need to pick a locale that will behave the way you want.

            regards, tom lane

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

Предыдущее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1047: sdav
Следующее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1048: error connection to dbms from java app server