Re: Non case sensitive

Поиск
Список
Период
Сортировка
От Shoaib Mir
Тема Re: Non case sensitive
Дата
Msg-id bf54be870608140604rd69bf9dlff7016d204fe0f9b@mail.gmail.com
обсуждение исходный текст
Ответ на Non case sensitive  ("roy simkes" <roysimkes@hotmail.com>)
Список pgsql-novice
You can use a contrib module "citext" (http://gborg.postgresql.org/project/citext/projdisplay.php) for that purpose.

Thanks,
--
Shoaib Mir
EnterpriseDB (www.enterprisedb.com)

On 8/14/06, roy simkes < roysimkes@hotmail.com> wrote:
Is there a way that select's where clause can be used as insensitive to the case? I mean:
"SELECT * FROM table WHERE field LIKE 'f' " will return every row that field begins with a "f" or a "F". Without writing " field LIKE 'f' OR field LIKE 'F' " of course.
 
Thanks


Express yourself instantly with Windows Live Messenger! Windows Live Messenger!




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

Предыдущее
От: "roy simkes"
Дата:
Сообщение: Non case sensitive
Следующее
От: Sean Davis
Дата:
Сообщение: Re: Non case sensitive