Re: Regex query not using index - Mailing list pgsql-general

From Postgres User
Subject Re: Regex query not using index
Date
Msg-id b88c3460802192152o3b6eb7e9y9bca5b0e5c7870bf@mail.gmail.com
Whole thread Raw
In response to Re: Regex query not using index  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
doh!  tom, let me know if you decide to hack out a fix for this one of
these nights ;)
thanks for your help.

On Feb 19, 2008 9:45 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> "Postgres User" <postgres.developer@gmail.com> writes:
> > Yes that works, but the whole point of the exercise is replace many OR
> > statements with 1 regex expression.  So it's not what I'm looking for.
>
> Unfortunately, Postgres is not as intelligent as you are.  There is
> no mechanism to rewrite a multi-branch regex condition into multiple
> indexscans.  I recommend going back to the OR's.
>
>                         regards, tom lane
>

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Regex query not using index
Next
From: "Postgres User"
Date:
Subject: Re: Regex query not using index