Re: Case-Insensitve Text Comparison

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Case-Insensitve Text Comparison
Дата
Msg-id 20080602175516.GF27752@svana.org
обсуждение исходный текст
Ответ на Re: Case-Insensitve Text Comparison  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: Case-Insensitve Text Comparison
Re: Case-Insensitve Text Comparison
Список pgsql-hackers
On Mon, Jun 02, 2008 at 10:29:30AM -0700, Jeff Davis wrote:
> I think if you want some special treatment of text for some users, it
> should be explicit. Text in one locale is really a different type from
> text in another locale, and so changing the locale of some text variable
> is really a typecast. I don't think GUCs are the correct mechanism for
> this.

The SQL COLLATE syntax handles this just fine. Either the original
COLLATE patch or the new one will let people tags strings with any
collation they like.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Please line up in a tree and maintain the heap invariant while
> boarding. Thank you for flying nlogn airlines.

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

Предыдущее
От: Tommy Gildseth
Дата:
Сообщение: Re: Add dblink function to check if a named connection exists
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: Case-Insensitve Text Comparison