Re: regular expression searches

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: regular expression searches
Дата
Msg-id 20041007225849.GC28359@fetter.org
обсуждение исходный текст
Ответ на regular expression searches  ("David Bitner" <bitner@macnoise.com>)
Ответы Question from a newbie  ("Kiarash Bodouhi" <kbodouhi@yahoo.com>)
Список pgsql-general
On Thu, Oct 07, 2004 at 04:07:08PM -0500, David Bitner wrote:
> I am trying to create a PL/PGSQL function that can parse a street address
> into the component parts (i.e. "200 W 54th Street" into num->200 dir->W
> street->54th type->ST).
>
> What I would like is to be able to use regular expressions within PL/PGSQL
> to accomplish this using mapping tables for the different components.

Perhaps PL/Perl or PL/Python would be more appropriate for this.

Cheers,
D
--
David Fetter david@fetter.org http://fetter.org/
phone: +1 510 893 6100   mobile: +1 415 235 3778

Remember to vote!

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

Предыдущее
От: Robby Russell
Дата:
Сообщение: Re: 8.0 questions
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Index problem.... GIST (tsearch2)