Re: Matching against a field case in-sensitive.

Поиск
Список
Период
Сортировка
От Reid Thompson
Тема Re: Matching against a field case in-sensitive.
Дата
Msg-id 49ABF976.5060204@ateb.com
обсуждение исходный текст
Ответ на Matching against a field case in-sensitive.  (James Dooley <jamdooley@gmail.com>)
Список pgsql-general
James Dooley wrote:
> Hi,
>
> Since PostgreSQL is by default case sensitive, I would like to know if
> it is possible to do a search or somehow set the column in a relation to
> be case insensitive (on search at least).
>
> I would however like to store it case sensitive so I can display it as
> it was stored.
>
> Ps. I am not interested in creating another column.
>
>
>
>

select value from table where relation ilike 'search-criteria'

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

Предыдущее
От: Martin Gainty
Дата:
Сообщение: Re: Matching against a field case in-sensitive.
Следующее
От: Thom Brown
Дата:
Сообщение: Detemine database size on Postgres 8.0