Re: Possible to set postgres in case insensitive mode ?

Поиск
Список
Период
Сортировка
От Bill Moran
Тема Re: Possible to set postgres in case insensitive mode ?
Дата
Msg-id 20100129165718.344325e9.wmoran@potentialtech.com
обсуждение исходный текст
Ответ на Possible to set postgres in case insensitive mode ?  (Moe <mohamed5432154321@gmail.com>)
Список pgsql-general
In response to Moe <mohamed5432154321@gmail.com>:

> Is it possible to set postgres in case insensitive mode ?
>
> If so, how?

Keywords are always case-insensitive.

Identifiers are case-insensitive unless you surround them with "".

Strings are case-sensitive unless you use ILIKE or similar methods
of comparison.

All of these conform to what I'm used to in other database systems.

If the above doesn't answer your question, perhaps provide a little
more detail about what you're trying to do and where you're having
problems.

--
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Possible to set postgres in case insensitive mode ?
Следующее
От: Scott Frankel
Дата:
Сообщение: storing windows path strings