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

From Tom Lane
Subject Re: LIKE/ESCAPE implementation
Date
Msg-id 15371.965529430@sss.pgh.pa.us
Whole thread Raw
In response to Re: LIKE/ESCAPE implementation  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
List pgsql-hackers
Thomas Lockhart <lockhart@alumni.caltech.edu> writes:
> 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?

Just that a lot of people have asked for it, over and over again ...
see the archives ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: COALESCE implementation question
Next
From: Tom Lane
Date:
Subject: Re: Re: [GENERAL] random() function produces wrong range