Re: Finding broken regex'es - Mailing list pgsql-sql

From Erik Jones
Subject Re: Finding broken regex'es
Date
Msg-id 51E80F93-35D0-41A0-B9C0-A256A806C971@myemma.com
Whole thread Raw
In response to Finding broken regex'es  (Enrico Weigelt <weigelt@metux.de>)
Responses Re: Finding broken regex'es
List 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 by date:

Previous
From: Enrico Weigelt
Date:
Subject: Finding broken regex'es
Next
From: Tom Lane
Date:
Subject: Re: Finding broken regex'es