Bug in LIKE ? - Mailing list pgsql-hackers

From Chris Bitmead
Subject Bug in LIKE ?
Date
Msg-id 375B7343.C6FF8FEB@bigfoot.com
Whole thread Raw
In response to Re: [HACKERS] pg_dump  (wieck@debis.com (Jan Wieck))
Responses Re: [HACKERS] Bug in LIKE ?
List pgsql-hackers
Does the following indicate a bug in LIKE ? Using CVS from about a week
ago.

=>select oid,title from category* where title like 'Sigma%';
oid|title
---+-----
(0 rows)

=>select oid,title from category* where title like 'Sigma'; oid|title
-----+-----
21211|Sigma
(1 row)


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] Open 6.5 items
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] Bug in LIKE ?