Re: LIKE/ESCAPE implementation - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: LIKE/ESCAPE implementation
Date
Msg-id 398BBB5E.DE8F9AC6@alumni.caltech.edu
Whole thread Raw
In response to Re: LIKE/ESCAPE implementation  (Thomas Swan <tswan@olemiss.edu>)
Responses Re: LIKE/ESCAPE implementation
Re: LIKE/ESCAPE implementation
List pgsql-hackers
> Would their be anything like an ILIKE for a case insensitive like
> search?   Or maybe insensitive over text/char/varchar datatypes?

What is ILIKE? afaik it is not in SQL9x, so is there any reason to have
that rather than the full regular expression case-insensitive operator
("~*") we already have?
                   - Thomas


pgsql-hackers by date:

Previous
From: Thomas Swan
Date:
Subject: Re: LIKE/ESCAPE implementation
Next
From: Denis Perchine
Date:
Subject: Re: LIKE/ESCAPE implementation