Re: unicode searches failing that use % and LIKE operators

From: fabio fumarola <fabiofumarola(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: unicode searches failing that use % and LIKE operators
Date: 2012-09-17 20:11:52
Message-ID: CAEpYKZaw-OfGNM+X5SfFF7=ggxMX_4egKjkGYJPmQeovrGvYsQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Edson Richter 2012-09-17 20:16:02 Re: log_destination = csvlog, line breaks interfere in analysis
Previous Message Merlin Moncure 2012-09-17 20:03:27 Re: Official C++ API for postgresql?