"jef peeraer" <jef(dot)peeraer(at)telenet(dot)be> writes:
> my lc_locale is set to en_US.UTF-8
> if i do a search like this
> select * from contacten
> where naam ~* 'RN'
> and my contacten table contains a column naam with the value
> RNTGEN TECHNISCHE DIENST NV
> -> it won't find it
Works for me.
It is true that ~* isn't very good about upper/lower case matching
for non-ASCII letters, but that doesn't seem to apply to your
example.
regards, tom lane