Re: Bug in ILIKE? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Bug in ILIKE?
Date
Msg-id 7866.1222400755@sss.pgh.pa.us
Whole thread Raw
In response to Re: Bug in ILIKE?  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Bug in ILIKE?  ("David E. Wheeler" <david@kineticode.com>)
Re: Bug in ILIKE?  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Tom Lane wrote:
>> So I'm for the definition that escape-anything means exactly anything,
>> without any special treatment that it would otherwise have.  And in
>> the case of ILIKE it seems like "no special treatment" should mean
>> "case insensitive match".

> Well, it looks to me to be pretty easily fixable. Given the above it 
> seems to me marginal to call it a bug, though. I don't have very strong 
> feelings, but I am generally opposed to changing the visible behaviour 
> in stable releases unless something is clearly a bug.

Well, there are two possible interpretations: (1) it's a bug, or (2)
it's an intentional, about-to-be-documented feature that backslashing a
letter makes it case-sensitive in ILIKE.

I do not care for interpretation #2 ... especially in view of your
observation (confirmed here) that pre-8.3 releases didn't do this.
I think it's just a bug in 8.3.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Bug in ILIKE?
Next
From: "David E. Wheeler"
Date:
Subject: Re: Bug in ILIKE?