Bug in LIKE ?

Chris Bitmead <chris.bitmead@bigfoot.com>

From: Chris Bitmead <chris.bitmead@bigfoot.com>
To: pgsql-hackers@hub.org
Date: 1999-06-07T07:22:44Z
Lists: 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)