| От | Florian Pflug |
|---|---|
| Тема | Re: Boolean operators without commutators vs. ALL/ANY |
| Дата | |
| Msg-id | 98AE71D2-E52D-4F99-A446-9E04181BD907@phlo.org обсуждение |
| Ответ на | Re: Boolean operators without commutators vs. ALL/ANY (Alvaro Herrera <alvherre@commandprompt.com>) |
| Ответы |
Re: Boolean operators without commutators vs. ALL/ANY
|
| Список | pgsql-hackers |
On Jun17, 2011, at 03:42 , Alvaro Herrera wrote: > To make matters worse, our delimiters for regexes are the same as for > strings, the single quote. So you get > > foo =~ 'bar' /* foo is the text column, bar is the regex */ > 'bar' =~ foo /* no complaint but it's wrong */ > > 'bar' ~= foo /* okay */ > 'foo' ~= bar /* no complaint but it's wrong */ > > How do I tell which is the regex here? If we used, say, /, that would > be a different matter: How is this different from the situation today where the operator is just "~"? best regards, Florian Pflug
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера