Re: Regex with patterns in table field

Поиск
Список
Период
Сортировка
От chris smith
Тема Re: Regex with patterns in table field
Дата
Msg-id 3c1395330604132229s2be5ee42q482fcfd689e9e6f9@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Regex with patterns in table field  ("pgdb" <pgdb@gawab.com>)
Ответы Re: Regex with patterns in table field  ("pgdb" <pgdb@gawab.com>)
Список 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 по дате отправления:

Предыдущее
От: "pgdb"
Дата:
Сообщение: Re: Regex with patterns in table field
Следующее
От: "pgdb"
Дата:
Сообщение: Re: Regex with patterns in table field