Re: Finding broken regex'es

Поиск
Список
Период
Сортировка
От Erik Jones
Тема Re: Finding broken regex'es
Дата
Msg-id 51E80F93-35D0-41A0-B9C0-A256A806C971@myemma.com
обсуждение исходный текст
Ответ на Finding broken regex'es  (Enrico Weigelt <weigelt@metux.de>)
Ответы Re: Finding broken regex'es  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
On Oct 2, 2007, at 3:23 PM, Enrico Weigelt wrote:

>
> Hi folks,
>
>
> I'm looking for some way to find broken regex'es in some column
> to kick them off. For now I'm regularily fetching all regexes
> from an PHP script, try an preg_match() and so find the broken
> ones to later remove them.
>
> Is there any way to do this directly within the db ?

IIRC, if they're PERL compatible which it would seem from the php
function you're using, no.  Postgres supports POSIX regexes but not
(right now anyway) PERL regexes.

Erik Jones

Software Developer | Emma®
erik@myemma.com
800.595.4401 or 615.292.5888
615.292.0777 (fax)

Emma helps organizations everywhere communicate & market in style.
Visit us online at http://www.myemma.com




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

Предыдущее
От: Enrico Weigelt
Дата:
Сообщение: Finding broken regex'es
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Finding broken regex'es