Bug in LIKE ?

From: Chris Bitmead <chris(dot)bitmead(at)bigfoot(dot)com>
To: pgsql-hackers(at)hub(dot)org
Subject: Bug in LIKE ?
Date: 1999-06-07 07:22:44
Message-ID: 375B7343.C6FF8FEB@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1999-06-07 07:35:37 Re: [HACKERS] Bug in LIKE ?
Previous Message Thomas Lockhart 1999-06-07 06:53:54 Re: [HACKERS] Open 6.5 items