Tom Lane wrote:
>Dima Tkach <dmitry@openratings.com> writes:
>
>
>>Does anyone have any idea what could be wrong here?
>>
>>
>
>You didn't initdb in C locale ...
>
> regards, tom lane
>
>
Ouch!
Is there any way to fix that without recreating the database?
Also, are you sure about this? Because the text comparison operators do
seem to work fine...
name like 'blah%' does not work, but name >= 'blah' and name < 'blai'
*does*... aren't these locale-dependent too?
Thanks a lot for your help!
Dima