case insensitive regex clause with some latin1 characters fails

Поиск
Список
Период
Сортировка
От Ragnar Österlund
Тема case insensitive regex clause with some latin1 characters fails
Дата
Msg-id 6b4c32560609111209v7edc95dcq9a559d0f5e69027b@mail.gmail.com
обсуждение исходный текст
Ответы Re: case insensitive regex clause with some latin1 characters fails
Список pgsql-sql
Hi,

I'm not sure if this is a bug or if I'm doing something wrong. I have
a database encoded with ISO-8859-1, aka LATIN1. When I do something
like:

SELECT 'Ä' ~* 'ä';

it returns false. If i do:

SELECT 'A' ~* 'a';

I get true. According to specification, both should return true.
Anyone knows what the problem might be?

/Ragnar


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

Предыдущее
От: "Aaron Bono"
Дата:
Сообщение: Fwd: hi i am gettin error when i am deleting a function from my pgadmin
Следующее
От: Tom Lane
Дата:
Сообщение: Re: case insensitive regex clause with some latin1 characters fails