Re: Method to detect certain characters in column?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Method to detect certain characters in column?
Дата
Msg-id 20080623214739.GB4254@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Method to detect certain characters in column?  (Antonio Perez <renjin25@yahoo.com>)
Список pgsql-general
Antonio Perez wrote:

> example
>
> SELECT name FROM  table1 where name
>       ~* '*Ã*'

Actually this regex is flawed.  It looks like a common shell "glob"
pattern (I don't know the real name of these things), which is a very
different and simpler animal from a regex.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Предыдущее
От: Antonio Perez
Дата:
Сообщение: Re: Method to detect certain characters in column?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Method to detect certain characters in column?