Case sensitivity

Поиск
Список
Период
Сортировка
От Varun Kacholia
Тема Case sensitivity
Дата
Msg-id 20020620195306.B25394@voxel.cse.iitb.ac.in
обсуждение исходный текст
Ответы Re: Case sensitivity  (Darren Ferguson <darren@crystalballinc.com>)
Re: Case sensitivity  (Andrew Sullivan <andrew@libertyrms.info>)
Список pgsql-general
 Hi,
  Well while moving from Mysql to POstgresql this was one more difference
: Case Sensitivity.
 The problem is in this query
 select * from table where name='Word'
 select * from table where name='word'

 Mysql  treated both as same but postgres does not..i appreciate that
 it is good but is there a way that 'Word' can be matched with 'word'?
 i mean my queries can specify whether to be case sensitive or not.
 is there any such provision in postgres?
 or is it always case sensitive?
 thanks
--
------
Varun
It is easier to write an incorrect program than understand a correct one


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

Предыдущее
От: Varun Kacholia
Дата:
Сообщение: Re: db grows and grows
Следующее
От: Robert Treat
Дата:
Сообщение: ERWin 3.5.2 and Postgres ODBC