Re: pattern matching

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pattern matching
Дата
Msg-id 8705.979103644@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pattern matching  ("Brett W. McCoy" <bmccoy@chapelperilous.net>)
Список pgsql-novice
"Brett W. McCoy" <bmccoy@chapelperilous.net> writes:
> The case-insensitive regexp operator is ~*, and it does work in
> PostgreSQL.  There is no ~~* or ILIKE,

Both are new for 7.1, I believe.

> but you can do LIKE UPPER('*text*')
> to achieve the same thing.

Good workaround for older versions.

Alan appears to have been reading the development docs rather than
the release-version docs ...

            regards, tom lane

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

Предыдущее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: pattern matching
Следующее
От: William Staniewicz
Дата:
Сообщение: converting .xls to delimited file