Re: BUG #3394: Partial search not working - Mailing list pgsql-bugs

From Heikki Linnakangas
Subject Re: BUG #3394: Partial search not working
Date
Msg-id 467789E3.5070605@enterprisedb.com
Whole thread Raw
In response to BUG #3394: Partial search not working  ("Murali Doss" <murali.doss@mphasis.com>)
Responses Re: BUG #3394: Partial search not working
List pgsql-bugs
Murali Doss wrote:
> Partial search query is not working Linux OS with postgresql 8.2.4 but the
> same is working fine in windows and solaris OS.
>
> I like to know whether i need to run some patch in linux OS to make the
> partial search to work.
>
> SELECT * FROM tablename WHERE colname BETWEEN 'B-' AND 'B~' ORDER BY
> colname

What do you mean by "not working"? Does it give an error message?
Unexpected results?

Are you perhaps using a different locale on different platforms?

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

pgsql-bugs by date:

Previous
From: "Murali Doss"
Date:
Subject: BUG #3394: Partial search not working
Next
From: Zdenek Kotala
Date:
Subject: Re: BUG #3394: Partial search not working