Re: Postgres regexp matching failure? - Mailing list pgsql-sql

From Mario Splivalo
Subject Re: Postgres regexp matching failure?
Date
Msg-id 1157465870.27799.39.camel@localhost.localdomain
Whole thread Raw
In response to Re: Postgres regexp matching failure?  ("Aaron Bono" <postgresql@aranya.com>)
Responses Re: Postgres regexp matching failure?  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: Postgres regexp matching failure?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
On Tue, 2006-09-05 at 08:42 -0500, Aaron Bono wrote:
> On 9/5/06, Mario Splivalo <mario.splivalo@mobart.hr> wrote:
>         
>         pulitzer2=# select 'stop works' ~ '^\s*(?:[\
>         +|-]|(?:[sS][tT][oO][pP]\b)).*$';
>         ?column?
>         ----------
>         f
>         (1 row)
>         
>         Here, postgres should return true, but it gives me false.
> 
>  
> \b is a back-space - is that what you are wanting there?  If I remove
> it I get true.

Actually, I'm not sure :) As I've mentioned, python/java/perl do as I
expected, postgres on the other hand doesn't. If \b was the backspace,
then I'd have trouble with '+mario test', and that one seems to be OK. 

I also tried doublebackslashing, all the same.

So, I guess it's obvious that postgres doesn't treat regular expressions
the same way as java/perl/pyton/php/awk/sed do...
Mario
-- 
Mario Splivalo
Mob-Art
mario.splivalo@mobart.hr

"I can do it quick, I can do it cheap, I can do it well. Pick any two."




pgsql-sql by date:

Previous
From: Mario Splivalo
Date:
Subject: Re: Postgres regexp matching failure?
Next
From: Alvaro Herrera
Date:
Subject: Re: Postgres regexp matching failure?