patch adding new regexp functions

Поиск
Список
Период
Сортировка
Искать
От
Jeremy Drake
Тема
patch adding new regexp functions
Дата
Msg-id
Pine.BSO.4.64.0702081918491.28908@resin.csoft.net
Ответ на
Список
Дерево обсуждения
Re: patch adding new regexp functions Neil Conway <neilc@samurai.com>
Re: patch adding new regexp functions Alvaro Herrera <alvherre@commandprompt.com>
Re: patch adding new regexp functions Bruce Momjian <bruce@momjian.us>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Neil Conway <neilc@samurai.com>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Neil Conway <neilc@samurai.com>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Neil Conway <neilc@samurai.com>
Re: patch adding new regexp functions Peter Eisentraut <peter_e@gmx.net>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Peter Eisentraut <peter_e@gmx.net>
Re: patch adding new regexp functions David Fetter <david@fetter.org>
Re: patch adding new regexp functions Tom Lane <tgl@sss.pgh.pa.us>
Re: patch adding new regexp functions Alvaro Herrera <alvherre@commandprompt.com>
Re: patch adding new regexp functions Tom Lane <tgl@sss.pgh.pa.us>
Re: patch adding new regexp functions Alvaro Herrera <alvherre@commandprompt.com>
Re: patch adding new regexp functions Peter Eisentraut <peter_e@gmx.net>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Peter Eisentraut <peter_e@gmx.net>
Re: patch adding new regexp functions David Fetter <david@fetter.org>
Re: patch adding new regexp functions Peter Eisentraut <peter_e@gmx.net>
Re: patch adding new regexp functions David Fetter <david@fetter.org>
Re: patch adding new regexp functions Peter Eisentraut <peter_e@gmx.net>
Re: patch adding new regexp functions Andrew Dunstan <andrew@dunslane.net>
Re: patch adding new regexp functions David Fetter <david@fetter.org>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Peter Eisentraut <peter_e@gmx.net>
Re: patch adding new regexp functions David Fetter <david@fetter.org>
Re: patch adding new regexp functions Peter Eisentraut <peter_e@gmx.net>
Re: patch adding new regexp functions Tom Lane <tgl@sss.pgh.pa.us>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Tom Lane <tgl@sss.pgh.pa.us>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Peter Eisentraut <peter_e@gmx.net>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Tom Lane <tgl@sss.pgh.pa.us>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Bruce Momjian <bruce@momjian.us>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Neil Conway <neilc@samurai.com>
Re: patch adding new regexp functions Neil Conway <neilc@samurai.com>
Re: patch adding new regexp functions Tom Lane <tgl@sss.pgh.pa.us>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Tom Lane <tgl@sss.pgh.pa.us>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Tom Lane <tgl@sss.pgh.pa.us>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Bruce Momjian <bruce@momjian.us>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Bruce Momjian <bruce@momjian.us>
Re: patch adding new regexp functions Neil Conway <neilc@samurai.com>
Re: patch adding new regexp functions Gregory Stark <stark@enterprisedb.com>
Re: patch adding new regexp functions Gregory Stark <stark@enterprisedb.com>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Tom Lane <tgl@sss.pgh.pa.us>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Bruce Momjian <bruce@momjian.us>
Re: patch adding new regexp functions Tom Lane <tgl@sss.pgh.pa.us>
Re: patch adding new regexp functions Bruce Momjian <bruce@momjian.us>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Bruce Momjian <bruce@momjian.us>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Peter Eisentraut <peter_e@gmx.net>
Re: patch adding new regexp functions Mark Dilger <pgsql@markdilger.com>
Re: patch adding new regexp functions David Fetter <david@fetter.org>
Re: patch adding new regexp functions Tom Lane <tgl@sss.pgh.pa.us>
Re: patch adding new regexp functions David Fetter <david@fetter.org>
Re: patch adding new regexp functions Andrew Dunstan <andrew@dunslane.net>
Re: patch adding new regexp functions Jeremy Drake <pgsql@jdrake.com>
Re: patch adding new regexp functions Bruce Momjian <bruce@momjian.us>
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
Дата:
От: Neil Conway
Дата:
FAQ