Re: Using POSIX Regular Expressions on xml type fields gives inconsistent results

From: "David Johnston" <polobo(at)yahoo(dot)com>
To: "'Denis Papathanasiou'" <denis(dot)papathanasiou(at)banrai(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Using POSIX Regular Expressions on xml type fields gives inconsistent results
Date: 2012-12-21 15:35:44
Message-ID: 008d01cddf90$d86980d0$893c8270$@yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
> If you look at the four examples which follow the posix match table in the
> docs (http://www.postgresql.org/docs/9.1/static/functions-
> matching.html#FUNCTIONS-POSIX-TABLE),
> some of them work from the left side, e.g.:
>
> 'abc' ~ '(b|d)' true
>
> In my original example, I found I could write this from left to right like
this,
> and it would still work:
>
> '(b|d)' ~ 'abc' true

Really???

Testing on Windows 9.0.4 this expression returns FALSE, not true as you
claim. Please try again and reply with detailed version information and the
exact query(s) used if you can get the behavior to repeat itself.

David J.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message jg 2012-12-21 15:40:00 Re: Coalesce bug ?
Previous Message Chris Angelico 2012-12-21 15:32:13 Re: Coalesce bug ?