Re: unicode searches failing that use % and LIKE operators

Поиск
Список
Период
Сортировка
От fabio fumarola
Тема Re: unicode searches failing that use % and LIKE operators
Дата
Msg-id CAEpYKZaw-OfGNM+X5SfFF7=ggxMX_4egKjkGYJPmQeovrGvYsQ@mail.gmail.com
обсуждение исходный текст
Ответ на unicode searches failing that use % and LIKE operators  (Benjamin Weaver <benjamin.weaver@classics.ox.ac.uk>)
Список pgsql-general
I had the same problem. I solved it by doing query using the pattern matching operator ~*. 
I paste an example query

select id_edb,transcription from epigraph where transcription ~* 'εἰρήνῃ'

and it works

best

Fabio

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

Предыдущее
От: Edson Richter
Дата:
Сообщение: Re: log_destination = csvlog, line breaks interfere in analysis
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Official C++ API for postgresql?