| От | Andreas Schlegel |
|---|---|
| Тема | Re: Flag for insentive use of Postgres? |
| Дата | |
| Msg-id | 3D2C48DD.9020909@software.b.uunet.de обсуждение исходный текст |
| Ответ на | Flag for insentive use of Postgres? (Andreas Schlegel <schlegel@software.b.uunet.de>) |
| Список | pgsql-general |
Stephane Bortzmeyer wrote: > >>For example: if I have a name1 colum with a value 'Test' I would like to >>search for 'test' and get also this row >>(select * from tTest where name1='test') > > > And name1 = 'MASSE' when you requested name1 = 'Maße'? So, even with > Latin-1, you have a problem. > In the meantime I got a message with a quite good solution: ... WHERE lower(name1)='test' The mentioned problem with phrases like 'Maße' is in this application no problem: For every field value the programm creates some matchcodes which contain the original value (Maße) and values with replaced characters( ß -> ss, Ä -> Ae ...). So the user doesn't care if he is looking for 'Maße' or 'Masse'. Greetings, Andreas
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера