Re: Case-sensitive

Поиск
Список
Период
Сортировка
От Shoaib Mir
Тема Re: Case-sensitive
Дата
Msg-id bf54be870701250444g33ac1fd6t658a96bb12429ce3@mail.gmail.com
обсуждение исходный текст
Ответ на Case-sensitive  ("Alexander B." <burbello3000@yahoo.com.br>)
Ответы Re: Case-sensitive  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-admin
'citext' module (http://gborg.postgresql.org/project/citext/projdisplay.php) might help you with this....

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

On 1/25/07, Alexander B. <burbello3000@yahoo.com.br > wrote:
Hi,

One developer asked me about case-sensitive, if its possible disable
Postgres not consider when using comparative functions.
Eg.:
select * from people
where upper(name) like upper('A%');

Is there any parameter that don't take in account case-sensitive, or any
other way to treat??

Thanks






_______________________________________________________
Yahoo! Mail - Sempre a melhor opção para você!
Experimente já e veja as novidades.
http://br.yahoo.com/mailbeta/tudonovo/

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

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

Предыдущее
От: Thomas Pundt
Дата:
Сообщение: Re: Case-sensitive
Следующее
От: Rigmor Ukuhe
Дата:
Сообщение: Re: Logging just SQL commands in an SQL script format