Search Postgresql Archives

Re: unicode searches failing that use % and LIKE operators

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux