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

From Murali Doss
Subject BUG #3394: Partial search not working
Date
Msg-id 200706190613.l5J6DmcL091672@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #3394: Partial search not working  (Heikki Linnakangas <heikki@enterprisedb.com>)
Re: BUG #3394: Partial search not working  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      3394
Logged by:          Murali Doss
Email address:      murali.doss@mphasis.com
PostgreSQL version: 8.2.4
Operating system:   Linux
Description:        Partial search not working
Details:

Dear All,

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

Regards
Murali Doss T.S.

pgsql-bugs by date:

Previous
From: Dave Page
Date:
Subject: Re: BUG #3393: error with pgAdmin III 1.6
Next
From: Heikki Linnakangas
Date:
Subject: Re: BUG #3394: Partial search not working