Re: [HACKERS] Bug in LIKE ?

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Chris Bitmead <chris(dot)bitmead(at)bigfoot(dot)com>
Cc: pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] Bug in LIKE ?
Date: 1999-06-07 07:35:37
Message-ID: Pine.BSF.4.05.9906070434490.413-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 7 Jun 1999, Chris Bitmead wrote:

>
> Does the following indicate a bug in LIKE ? Using CVS from about a week
> ago.
>
> =>select oid,title from category* where title like 'Sigma%';

If I understand this correctly, IMHO, this would be asking for '^Sigma'
with at least one character after the 'a' ...

Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 1999-06-07 07:40:36 Re: [HACKERS] 6.6 items
Previous Message Chris Bitmead 1999-06-07 07:22:44 Bug in LIKE ?