Re: Regex with patterns in table field - Mailing list pgsql-general

From chris smith
Subject Re: Regex with patterns in table field
Date
Msg-id 3c1395330604132229s2be5ee42q482fcfd689e9e6f9@mail.gmail.com
Whole thread Raw
In response to Re: Regex with patterns in table field  ("pgdb" <pgdb@gawab.com>)
Responses Re: Regex with patterns in table field  ("pgdb" <pgdb@gawab.com>)
List pgsql-general
On 4/14/06, pgdb <pgdb@gawab.com> wrote:
>
>
> Hi Andreas,
>
> strange but I don't see html from my original email received from the
> mailing list, hope this reply is ok:)
>
> If I'm not wrong, the example you've provided is trying to return matching
> rows from multiple patterns and texts as inputs in the regex search.
>
> The text in regular expression have to be just a single string(with no white
> character) for my case. Matching should then be done with patterns from each
> row, returning the row(s) that contain matching regex pattern(s). Appreciate
> any advice. Thanks.

This page might be what you're after:

http://www.postgresql.org/docs/8.1/static/functions-matching.html

--
Postgresql & php tutorials
http://www.designmagick.com/

pgsql-general by date:

Previous
From: "pgdb"
Date:
Subject: Re: Regex with patterns in table field
Next
From: "pgdb"
Date:
Subject: Re: Regex with patterns in table field