> 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
In response to
Responses
pgsql-hackers by date
| Next: | From: Philip Warner | Date: 2000-08-05 07:07:46 |
| Subject: COALESCE implementation question |
| Previous: | From: Thomas Swan | Date: 2000-08-05 06:26:00 |
| Subject: Re: LIKE/ESCAPE implementation |