patch adding new regexp functions

Поиск
Список
Период
Сортировка
От Jeremy Drake
Тема patch adding new regexp functions
Дата
Msg-id Pine.BSO.4.64.0702081918491.28908@resin.csoft.net
обсуждение исходный текст
Ответ на Re: WIP patch adding new regexp functions  (Jeremy Drake <pgsql@jdrake.com>)
Ответы Re: patch adding new regexp functions  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
On Wed, 7 Feb 2007, Jeremy Drake wrote:

> Here is a patch to add these functions to core.  Please take a look and
> let me know what you think.  I had to jump through a bit of a hoop to
> avoid opr_sanity test from breaking, may not have done that right.
>
> Also, this patch allows regexp_replace to take more flags, since my two
> new functions needed flags also, I split flag parsing into a seperate
> function and made regexp_replace use it too.  It also results that the
> error message for an invalid flag in regexp_replace changes, since it is
> now more generic as it is called from multiple functions.
>
> I still need to write documentation for the new functions before I
> consider the patch completed, but please take a look at the code and see
> if it is acceptable as I do not have any further changes planned for it.

I have added documentation for the functions in this patch.  At this point
I am ready to submit this patch for the review and application process.
Please let me know if you find any issues with it.

Thank you

--
The trouble with being punctual is that nobody's there to appreciate
it.
        -- Franklin P. Jones

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: large object regression tests, take two
Следующее
От: Neil Conway
Дата:
Сообщение: Re: patch adding new regexp functions