Regular express question

Поиск
Список
Период
Сортировка
От David Goodenough
Тема Regular express question
Дата
Msg-id 200706220942.19642.david.goodenough@btconnect.com
обсуждение исходный текст
Ответы Re: Regular express question  (David Goodenough <david.goodenough@btconnect.com>)
Список pgsql-general
I have a table that consists of a set of regular expressions, a priority
and a result.  I need to be able to match field in another table against
the set of regular expressions (ordered by priority) and use the first result.

Reading the documentation I can see how to put the regular expression
into an SQL statement (that is as text or a ? which my code provides) but
I can not see how to get the expression from the table.

David

В списке pgsql-general по дате отправления:

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: standard LOB support
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Can I backup/restore a database in a sql script?