Re: Case insensitive string comparison?

Поиск
Список
Период
Сортировка
От Cedar Cox
Тема Re: Case insensitive string comparison?
Дата
Msg-id Pine.LNX.4.21.0105211214220.24294-100000@nanu.visionforisrael.com
обсуждение исходный текст
Ответ на Re: Case insensitive string comparison?  (Karel Zak <zakkr@zf.jcu.cz>)
Ответы Re: Case insensitive string comparison?
Re: Case insensitive string comparison?
Список pgsql-sql
On Tue, 15 May 2001, Karel Zak wrote:

> On Tue, May 15, 2001 at 02:48:24PM +0200, Borek Lupomìský wrote:
> >    Is there an operator for case insensitive string comparison, or
> > should I use regular expression matching with ~* '^string$'?
> 
>  possibility:
> 
>     - use upper() / lower() inside query

Ok, this is probably a really silly question:  which is faster?
I expect they are nearly identical code.  Just wondering...

-Cedar



В списке pgsql-sql по дате отправления:

Предыдущее
От: Tod McQuillin
Дата:
Сообщение: Re: how to check presence of a function and set permissions?
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: HELP: what's wrong with my PL/PSQL function??